Mercurial > libervia-templates
comparison default/static/styles.css @ 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 | 9834106678da |
children | 3eec00136867 |
comparison
equal
deleted
inserted
replaced
72:18d00a8afc4d | 73:94b04fba91c7 |
---|---|
233 */ | 233 */ |
234 color: inherit; | 234 color: inherit; |
235 text-decoration: inherit; | 235 text-decoration: inherit; |
236 } | 236 } |
237 | 237 |
238 @media (min-width: 500px) { | 238 @media (min-width: 800px) { |
239 html { | 239 html { |
240 background-size: auto; | 240 background-size: auto; |
241 } | 241 } |
242 | 242 |
243 body { | 243 body { |