Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Wrong width in media-queries #2

Open
DarkSide666 opened this issue Apr 9, 2014 · 0 comments
Open

Wrong width in media-queries #2

DarkSide666 opened this issue Apr 9, 2014 · 0 comments

Comments

@DarkSide666
Copy link
Member

There is a issue with width in media-queries.
It's somewhere around here: https://github.com/atk4/agiletoolkit-css/blob/master/framework/less/variables.less#L14

If I have browser resized for let's say 1100px width, then I get

@media screen and (min-width: 1025px)
.atk-layout > .atk-layout-row > .atk-layout-cell {
    min-width: 1280px;
}

and atk-layout-cell becomes wider (1280px) than my current viewport (1100px).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant