Went through every single page to apply my new measurements (Dynamic CSS-vars). Took almost 5 hours, but now everything is guaranteed to be even.

using CSS grid? or just vh/vw

0 Likes
Tomas Woksepp Author

CSS-grid. I am aiming to have all margins, grid-gaps, paddings the same value (10px) on a mobile, so for me it's more accurate using Grid & exact values rather than vh/vw 😇

0 Likes
Tomas Woksepp Author

Yup!!!! If it wasn't for Grid and Flex I would probably be using some slow Framework by now 😂

0 Likes

gotcha - great work. css grid is truly an impressive advancement - no more frameworks!!

0 Likes
Tomas Woksepp Author

The reason was because I wanted to make some responsive-changes, but instead of going through every element separately I created things like "grid-gap-lg" which represents a Large grid-gap that will shrink accordingly from Desktop --> Tablet --> Mobile

0 Likes

Please sign in to leave a comment.