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