Home › Forums › CSS › Vertical space issue between Chrome & Mozilla › Reply To: Vertical space issue between Chrome & Mozilla
January 27, 2017 at 10:56 am
#250611
Participant
Afterthought: I’m on mobile so please excuse the lack of CodePen demo, but I hit the same problem on this page here http://fofwebdesign.co.uk/template/_testing/filter/filter-multi-js.htm
If you view the source and look for the .filter-item CSS, you’ll notice the margin initially set as margin:0.75vw 0.75%;
but at the min-width:64em media query, it changes to margin:0.5em 0.75%;