1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00
blog/src/templates/Posts.module.scss

37 lines
632 B
SCSS

@import 'variables';
@import 'mixins';
.hentry {
@include divider;
margin-top: 0;
margin-bottom: 0;
padding-top: $spacer * 2;
padding-bottom: $spacer * 2;
@media (min-width: $screen-sm) {
padding-top: $spacer * 3;
padding-bottom: $spacer * 3;
&:first-of-type {
padding-top: $spacer * 4;
}
}
:global(.gatsby-image-wrapper) {
max-height: 100vh;
}
}
.archiveTitle {
@include heading-band();
font-size: $font-size-h3;
margin-top: 0;
margin-bottom: 0;
@media (min-width: $screen-md) {
margin-left: -117%;
}
}