16 lines
302 B
SCSS
16 lines
302 B
SCSS
body.blog {
|
|
&.post {
|
|
article {
|
|
h1 {
|
|
font-size: 1.8em;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
.info {
|
|
font-size: 0.9em;
|
|
}
|
|
.content {
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|