13 lines
160 B
SCSS
13 lines
160 B
SCSS
.post-detail {
|
|
& .author {
|
|
font-weight: bold;
|
|
}
|
|
& .content {
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
}
|
|
& h3 {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|