matejlatin / Gutenberg

A meaningful web typography starter kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global use of !important in responsive.scss

jacobp100 opened this issue · comments

The margin left and right of every element in the page is set to auto using a !important declaration.

I don't remember why I used !important there anymore as I try to avoid using it at all costs. Will check the fix from @marcobiedermann and if all works, I'll merge the code.