Questions tagged [container-queries]

CSS Container Queries are selector queries that allow you to base a subset of styles on an arbitrary parent selector rather than the viewport.

CSS Container Queries, like media queries, are selector queries. Container queries, however, allow you to base a subset of styles on an arbitrary parent selector rather than the viewport.

46 questions
-1
votes
1 answer

media query breakpoint ignores html min-width

So when I resize the browser window to less than 480px, my site changes back to the original style (the css not defined inside the mixins). I figured I'd work around this by just limiting the html with min-width, but although the browser gets a…
Miha Šušteršič
  • 9,742
  • 25
  • 92
  • 163
1 2 3
4