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

14 lines
222 B
SCSS

body > header {
padding-bottom: $spacer * 4;
a {
font-size: $h1-font-size;
text-decoration: none;
}
}
@media (max-width: 1439px) {
body > header {
padding-bottom: $spacer;
}
}