firmware wip - CSS better sizes for mobile and pc view

This commit is contained in:
Marcus 2024-05-03 15:45:44 +02:00
parent 65ac8a72a2
commit 0aa6e47468

View file

@ -281,7 +281,7 @@ a:active {
background: #292929; background: #292929;
} }
@media only screen and (min-width: 720px) { @media only screen and (min-width: 1280px) {
.center, .nav { .center, .nav {
width: 60%; min-width: 420px; width: 60%; min-width: 420px;
} }