gosub-io / gosub.io-website

Website for gosub.io
MIT License
8 stars 3 forks source link

Revamp #3

Closed 3kh0 closed 1 year ago

3kh0 commented 1 year ago

I made the website look better and more clean.

Preview: https://gosub.3kh0.repl.co/

bigfatbird commented 1 year ago

Clean design, also looks nice.

Why did you remove the normalizer, and put the css back in the html?

3kh0 commented 1 year ago

Normalizer messed up some of the styles and increased loading time by a tiny bit.

Having the CSS in a different file makes no sense as there is a very small amount of it, and it made loading a tiny bit longer.

bigfatbird commented 1 year ago

Isn't the normalizer especially there to not mess up the styles, but to... well normalize them?

jaytaph commented 1 year ago

Lgtm. After meege i'll deploy it but thar would be tomorrow morning (CEST). Might even setup a rsync job in the ci

3kh0 commented 1 year ago

@bigfatbird, The normalizer made it so the padding is all wonky and incorrect.