querkmachine / beeps.website

My personal interweb site where I really just put whatever I want.
https://beeps.website
MIT License
4 stars 0 forks source link

Refactor styles to work more fluidly #64

Closed querkmachine closed 4 months ago

querkmachine commented 5 months ago

At the moment, the website's layout is based upon having two primary layouts: a mobile-ish one and a desktop-ish one, with some minor tweaks in between for tablet-ish devices. This means that most components have one or two layouts, most pages have two layouts, spacing classes have two different sizes, and text flips between being two different font-sizes.

I'd quite like to change things up a bit to make the whole thing work a bit more fluidly. Including:

The intent isn't to redesign the website—it should look mostly the same at the end—but to change up how responsiveness works under the hood.

Would probably incorporate #52 into this work.