blob: e534191bb6142a1299915de709f4d9e87ccb5640 [file] [log] [blame]
Krishyae71688a2025-04-10 21:25:17 +08001.post-detail-page {
2 padding: 20px;
3 }
4
5 .post-detail-page h2 {
6 font-size: 2rem;
7 margin-bottom: 10px;
8 }
9
10 .post-meta {
11 font-size: 1rem;
12 color: #666;
13 margin-bottom: 20px;
14 }
15
16 .post-content {
17 font-size: 1.2rem;
18 }
19
20 .post-image img {
21 width: 100%;
22 height: auto;
23 max-width: 600px;
24 margin-top: 20px;
25 }
26