1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-29 00:58:00 +02:00
blog/src/templates/Post.module.scss

13 lines
187 B
SCSS
Raw Normal View History

2018-07-18 23:04:31 +02:00
@import 'variables';
@import 'mixins';
.hentry {
width: 100%;
2018-09-07 00:36:08 +02:00
padding-top: $spacer;
padding-bottom: $spacer * 3;
2018-09-29 03:47:00 +02:00
&:only-child {
padding-bottom: $spacer;
}
2018-07-18 23:04:31 +02:00
}