mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
17 lines
226 B
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 / 2;
|
|
}
|