1
0
Fork 0
blog/src/components/Post/PostLead.module.scss

11 lines
131 B
SCSS
Raw Normal View History

2018-09-07 00:36:08 +02:00
@import 'variables';
2018-07-22 04:27:37 +02:00
.lead {
2019-10-02 13:35:50 +02:00
font-size: $font-size-large;
margin-bottom: $spacer;
2018-07-22 04:27:37 +02:00
}
2018-09-27 21:33:25 +02:00
.index {
2019-10-02 13:35:50 +02:00
font-size: $font-size-base;
2018-09-27 21:33:25 +02:00
}