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/
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^^