forked from interglobalvision/pindropstudio-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently the media queries work along these lines...
@media screen and (min-width: 1024px) {
.container {
max-width: initial;
}
problem is IE11 seems to interpret this as being the only defined size for .container I can see which is 420px wide!! So the media queries / css doesn't work at all well on ie11 Windows 10, site renders as if on a tiny mobile!
if you do something like this...
@media screen and (min-width: 1024px) {
.container {
max-width: 96%;
}
it works OK on i.e. 11...
Can we sort out stylus and css to fix this bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels