Fireflower2012 / CooperationHullMainSite

MIT License
3 stars 0 forks source link

Improve padding consistency #112

Closed neefrehman closed 2 weeks ago

neefrehman commented 3 weeks ago

I noticed that there has been some room for improvement in the mobile section padding, as well as some recent regressions related to section spacing and other similar styles. I've tried to improve both in this PR, as well as ensure that we lay out sections consistently.

For the regressions, I think we're facing an issue with style clashes and unintentional changes thats related to us mixing paradigms when it comes to styling: some bootstrap, some direct CSS property edits, and some abstracted utility CSS that we've written. It makes it quite hard to judge the impact of one change! Though, potentially this is a situation we'll have to live with given we dont want to rearchitect all the styles.