From 648c4c191e3e194d01e01061b83200caf434465e Mon Sep 17 00:00:00 2001 From: jkw Date: Thu, 18 Jan 2018 08:33:47 +0000 Subject: [PATCH] fixed formatting --- themes/default/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 */