Create more space on small screens in header

This commit is contained in:
Daniel_I_Am 2022-06-15 18:17:30 +02:00
parent 37ef86227a
commit 57068b3e24

View File

@ -48,6 +48,7 @@ header {
@media (max-width: $sm) {
font-size: 16px;
margin-left: 1rem;
}
}
}