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.
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 😇
Yup!!!! If it wasn't for Grid and Flex I would probably be using some slow Framework by now 😂
gotcha - great work. css grid is truly an impressive advancement - no more frameworks!!
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
Please sign in to leave a comment.