diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 0dd12db..4555ade 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -27,9 +27,10 @@ */ /* HiDPI */ -@media screen and (min-width: 3000px) and (min-height: 1200px) -{ - html { zoom: 2.0; } +@media screen and (min-width: 3000px) and (min-height: 1200px) { + html { + zoom: 2.0; + } } /* Global Styles */