spaCy/website/assets/css/_layout/_article.sass

26 lines
504 B
Sass
Raw Normal View History

2016-03-31 17:24:48 +03:00
// Article - Variables
// ============================================================================
$article-header-margin : 6rem
$article-footer-margin : 1.5rem
// Article - Style
// ============================================================================
article p,
article .list
@extend .text-big
.article-header
margin-bottom: $article-header-margin
.article-title
@extend .h1
.article-meta
@extend .text-meta
.article-footer
margin-top: $article-footer-margin