# HG changeset patch # User Goffi # Date 1512344975 -3600 # Node ID 94b04fba91c777e1cecff1fcf492a051f303be94 # Parent 18d00a8afc4dead2ef851030a3822e74a181e08d css (styles): use 800px as media query limit instead of 500px, should fix menu issues on some phones. diff -r 18d00a8afc4d -r 94b04fba91c7 default/static/styles.css --- 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; }