daliwali
3 months 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.
fishforfree
3 months ago
Sorry i didnt respond, life got in the way. Thank you so much for the help^^
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.
@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/
Thank you for the help^^