From 5272426dac1abd1e11855f50bf411292027d5f77 Mon Sep 17 00:00:00 2001 From: Lukas SP Date: Sun, 23 Aug 2020 21:31:49 +0200 Subject: [PATCH] Improve frontend mobile view --- web/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/style.css b/web/css/style.css index f402994..791a28d 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -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);