2019-11-15 00:27:23 +01:00
|
|
|
body > header {
|
2020-01-10 15:50:09 +01:00
|
|
|
font-family: $font-family-sans-serif;
|
|
|
|
letter-spacing: 0.5em;
|
|
|
|
word-spacing: 0.75em;
|
|
|
|
font-weight: lighter;
|
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
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
|
|
|
}
|
2020-01-19 22:06:41 +01:00
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
body > header {
|
|
|
|
small {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-11-15 00:27:23 +01:00
|
|
|
}
|
2020-01-10 12:18:48 +01:00
|
|
|
|
|
|
|
@media (max-width: 1439px) {
|
|
|
|
body > header {
|
|
|
|
padding-bottom: $spacer;
|
|
|
|
}
|
|
|
|
}
|