brilo-example/assets/styles/_detail.scss

13 lines
160 B
SCSS
Raw Permalink Normal View History

.post-detail {
& .author {
font-weight: bold;
}
& .content {
padding-top: 1em;
padding-bottom: 1em;
}
& h3 {
font-size: 1.2rem;
}
}