maybe someone on here knows the answer (if there is one)
when using
<meta name="viewport" content="width=device-width">
everything seems to be aligned to the left on a mobile device when holding it in portrait, when turned sideways everything is centered
when using
<meta name="viewport" content="width=980">
all text and such is centered in portrait mode, question is, is there a way when using device=width to make it all centered in portrait?
when using
<meta name="viewport" content="width=device-width">
everything seems to be aligned to the left on a mobile device when holding it in portrait, when turned sideways everything is centered
when using
<meta name="viewport" content="width=980">
all text and such is centered in portrait mode, question is, is there a way when using device=width to make it all centered in portrait?

Comment