|
|
|
|
|
by wkirby
636 days ago
|
|
If you’re using a framework, I wouldn’t (personally) layer another reset on top of it. For me, especially when managing non-typographic layout, ensuring that all browser-default margins and padding are gone, as well as a consistent font size and line height for every element are important. I also think that the `dvh` unit is really helpful if you’re going to be working with full-screen layouts that target any iOS browser. |
|