Home › Forums › CSS › [Solved] Media Query styles not working in Safari on browser resize. › Reply To: [Solved] Media Query styles not working in Safari on browser resize.
April 10, 2014 at 3:39 am
#167927
Member
Could be a missing curly bracket according to a quick google.
Looks like Safari is a little more picky than other browsers.
I took a quick look at the CSS file and I think you need a closing curly bracket on line 833
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;}
}
} /* here */