🐛 fix: remove horizontall scroll on mobile

This commit is contained in:
welpo 2023-03-10 17:59:35 +01:00
parent ac0495ea69
commit e93b33e6b8
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 9 additions and 3 deletions

View file

@ -118,6 +118,7 @@ header {
.navbar {
max-width: var(--medium-layout-width);
padding: 1em 0;
}
}