1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

header tweaks

This commit is contained in:
Matthias Kretschmann 2018-07-14 19:13:13 +02:00
parent 17786bbe64
commit 697544c23c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -20,9 +20,11 @@
.minimal { .minimal {
height: auto; height: auto;
padding-top: $spacer * 2;
padding-bottom: 0;
@media (min-width: 30rem) { @media (min-width: 30rem) {
padding-top: $spacer * 2; padding-bottom: $spacer / 2;
} }
.header__link { .header__link {