Improve frontend mobile view

This commit is contained in:
Lukas SP 2020-08-23 21:31:49 +02:00
parent b2899c28f5
commit 5272426dac
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ html, body {
font-size: 16px;
}
@media only screen and (max-width: 650px) {
@media only screen and (max-width: 750px) {
.navigation {
padding: 0 20px;
width: calc(100vw - 40px);