Skip to content

media queries not working right on IE11 #4

@MattAppleton

Description

@MattAppleton

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions