microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Add CSS reset file to header & adjust current CSS values to fit. #135

Open microl44 opened 2 months ago

microl44 commented 2 months ago

There's a difference between the styling on different browsers, depending partially on the fact that different browsers have different default CSS rules.

A CSS reset stylesheet should be loaded before the style.css file to remove any rules and unwanted behaviour.

I suggest using the CSS reset found at: https://www.joshwcomeau.com/css/custom-css-reset/ as a base to create the reset file.