8 lines
204 B
Sass
8 lines
204 B
Sass
|
.blog
|
||
|
.article
|
||
|
padding= !base_font_size * 1.5 0 !base_font_size * 1.5
|
||
|
border-bottom= "1px solid" !article_border
|
||
|
&:first-child
|
||
|
padding-top: 0
|
||
|
.footer
|
||
|
padding-top= !base_font_size
|