mobile fixes

This commit is contained in:
Norman Köhring 2023-02-06 14:34:15 +01:00
parent cbc54b81dc
commit 6f7c2b6359

View file

@ -31,6 +31,9 @@ body > header {
margin: 0 auto;
}
@media only screen and (max-width:1000px) {
body > header {
height: 6rem;
}
.navbar{
max-width: var(--normal-layout-width);
}