ds-site/Resources/Private/Sass/layout/_header.scss

15 lines
222 B
SCSS
Raw Normal View History

2019-11-15 00:27:23 +01:00
body > header {
padding-bottom: $spacer * 4;
2020-01-08 20:05:36 +01:00
a {
font-size: $h1-font-size;
text-decoration: none;
2019-11-15 00:27:23 +01:00
}
}
@media (max-width: 1439px) {
body > header {
padding-bottom: $spacer;
}
}