Update header.css (#20)

This commit is contained in:
Egge
2021-10-01 11:11:11 +02:00
committed by GitHub
parent 59712f637a
commit e148cac497

View File

@@ -85,7 +85,7 @@
& .navItem { & .navItem {
position: relative; position: relative;
margin-right: var(--space-xl); margin-right: var(--space-l);
overflow: hidden; overflow: hidden;
text-transform: uppercase; text-transform: uppercase;
min-width: 3em; min-width: 3em;
@@ -161,7 +161,7 @@
border: 0; border: 0;
outline: 0; outline: 0;
@media screen and (max-width: 399px) { @media screen and (max-width: 370px) {
visibility: hidden; visibility: hidden;
} }