mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
Matthias Kretschmann
384b364a63
- switch to rem based typography - switch to rem based spacing - responsive typography through root font size change
18 lines
251 B
Stylus
18 lines
251 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Comments
|
|
//
|
|
|
|
.comments
|
|
@extend .textcenter
|
|
font-size: $font-size-small
|
|
font-style: italic
|
|
color: $text-color-dimmed
|
|
|
|
p
|
|
margin-bottom: ($spacer/2)
|
|
|
|
.btn-wrap
|
|
height: 27px
|