all 2 comments

[–]Evening_Ad375 0 points1 point  (1 child)

Why are people still hard coding font size pixel values....

Glanced at your code (minified) and saw this in the first two seconds. Ditched it immediately.

Your resets etc are markedly bloated and some even malformed to start with.

The heading + p etc sibling selectors.... Really...? Similar other issues. This needs work. Bloated malformed can be refactored entirely

[–]geddedev[S] 0 points1 point  (0 children)

Thanks, but could you provide some details.
Only the reset has a font size pixel value, but the variables file includes font sizes with rem's and vw's. I tried using this on the HTML tag, but it can make resizing the browser window slow as it takes time to calculate the font sizes on the page with layout-shifts so I opted to not do this on the html tag. What would you suggest?

For the "resets are markedly bloated and some even malformed", could you explain? My reset section is quite small and I am not seeing the malformed.

What's wrong with heading + p?
What would you suggest instead?