1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-23 17:48:51 +02:00
website/_src/_assets/scss/page-front.scss

17 lines
226 B
SCSS

@import 'variables';
.feature {
padding-top: $spacer * 2;
padding-bottom: $spacer * 2;
min-height: 235px;
}
.feature__image {
}
.feature__title {
font-size: $font-size-h3;
margin-bottom: $spacer / 4;
}