changeset 73:94b04fba91c7

css (styles): use 800px as media query limit instead of 500px, should fix menu issues on some phones.
author Goffi <goffi@goffi.org>
date Mon, 04 Dec 2017 00:49:35 +0100
parents 18d00a8afc4d
children e99bd385774a
files default/static/styles.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/default/static/styles.css	Mon Dec 04 00:48:24 2017 +0100
+++ b/default/static/styles.css	Mon Dec 04 00:49:35 2017 +0100
@@ -235,7 +235,7 @@
   text-decoration: inherit;
 }
 
-@media (min-width: 500px) {
+@media (min-width: 800px) {
     html {
         background-size: auto;
     }