How to keep .wrapper content centered in different dimensions?
Similarly by just zooming in and out, I noticed the contents in my .wrapper go further to the left side.
I tried using these:
while these make the .wrapper centered while zooming out, when I zoom in, it still makes the contents go to the left.
here is the wrapper i'm talking about:
Here's a reference on what I'm trying to achieve:
https://dontasktoask.com/
The content in this website stay centered whenever you zoom in and out.


4 Replies
I fixed the issue, it was something related to my media queries.
it was something related that the margin was being set to 0.
Oh well its all good now
let me guess: your css reset had
* { margin: 0; }
?
and that changed the margin auto to 0?yes lmao
yeah, that crap is infesting everybody's css