Browse Source

fixed formatting

sisyphus
jkw 7 years ago
parent
commit
648c4c191e
  1. 7
      themes/default/css/style.css

7
themes/default/css/style.css vendored

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

Loading…
Cancel
Save