Browse Source

forgot min-height

sisyphus
jkw 7 years ago
parent
commit
41c45e041f
  1. 2
      themes/default/css/style.css

2
themes/default/css/style.css vendored

@ -27,7 +27,7 @@
*/
/* HiDPI */
@media screen and (min-width: 3000px)
@media screen and (min-width: 3000px) and (min-height: 1200px)
{
html { zoom: 2.0; }
}

Loading…
Cancel
Save