fishforfree
2 days ago
Heyy. How do you manage that you site scales as one entity and keeps its exact layout intact not matter how zoomed in or out it is? Every time I try to do that, zooming in an out also moves individual parts of my site around in ways they aren't supposed to.
vulpecula
2 days ago
@fishforfree hey! that's because the site has a fixed width using a wrapper div! whole site is set to 500px wide (or 800px for my main pages) so it won't scale at all :) super nice & easy guide here: https://www.geeksforgeeks.org/css/wrapper-in-css/
daliwali
3 days ago
it's a column layout using css `columns` with `max-width`, there's a container query on the parent to set the `columns: 1` if it's too small.
thank you!! your art has a really cool vibe!