1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-10 20:00:11 +02:00
website/_src/_assets/scss/page-contact.scss

13 lines
195 B
SCSS
Raw Normal View History

@import 'variables';
2017-09-07 10:54:42 +02:00
.page--contact {
.row--narrow {
max-width: ($screen-md-min / 1.25);
}
}
.company__name {
font-size: $font-size-large;
margin-bottom: $spacer / 4;
}