1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 11:16:25 +02:00
blog/src/pages/goodies.module.scss
2018-09-26 21:16:24 +02:00

38 lines
487 B
SCSS

@import 'variables';
@import 'mixins';
.image {
@include breakoutviewport;
max-width: none;
}
.goodie {
@include divider;
padding-top: $spacer;
padding-bottom: $spacer * 2;
&:first-of-type {
padding-top: 0;
}
&:last-child {
border-bottom: 0;
padding-bottom: 0;
&::before {
display: none;
}
}
a {
display: block;
}
}
.title {
margin-top: 0;
margin-bottom: $spacer;
}