1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-17 18:13:15 +02:00
website/_src/_assets/scss/page-contact.scss
2017-09-07 10:54:42 +02:00

13 lines
195 B
SCSS

@import 'variables';
.page--contact {
.row--narrow {
max-width: ($screen-md-min / 1.25);
}
}
.company__name {
font-size: $font-size-large;
margin-bottom: $spacer / 4;
}