blob: e534191bb6142a1299915de709f4d9e87ccb5640 [file] [log] [blame] [edit]
.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;
}