| .post-detail-page { | |
| padding: 20px; | |
| } | |
| .post-detail-page h2 { | |
| font-size: 2rem; | |
| margin-bottom: 10px; | |
| } | |
| .post-meta { | |
| font-size: 1rem; | |
| color: #666; | |
| margin-bottom: 20px; | |
| } | |
| .post-content { | |
| font-size: 1.2rem; | |
| } | |
| .post-image img { | |
| width: 100%; | |
| height: auto; | |
| max-width: 600px; | |
| margin-top: 20px; | |
| } | |