stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
73 stars 46 forks source link

Content on site slightly off center #101

Closed TGentile6 closed 3 months ago

TGentile6 commented 3 months ago

BUG

Every page on the site is slightly off centered on widths of 1359px and above, this seems to be a mistake and artifact of when ads used to be displayed on the site as pointed out by user _rgyr on X.

The only change necessary is to change the "45%" and "55%" values back to "50%" on the core.css on lines 35, 36, 42, and 43. https://github.com/stadust/pointercrate/blob/master/pointercrate-core-pages/static/css/core.css#L31