You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meaning: Use a min of 30rem, but never exceed the parent's width.
Can this be achieved at all? How?
(Disclaimer: I also asked at https://stackoverflow.com/q/49919572/8772169 with to answer yet except for media queries that do not work when the parent is not 100% of the viewport)
The text was updated successfully, but these errors were encountered:
The CSS
works really great unless the parent container gets smaller than 30rem.
You can test here, by resizing the viewport with https://codepen.io/anon/pen/LmEyer
Basically, I am searching for something like
or maybe
Meaning: Use a min of 30rem, but never exceed the parent's width.
Can this be achieved at all? How?
(Disclaimer: I also asked at https://stackoverflow.com/q/49919572/8772169 with to answer yet except for media queries that do not work when the parent is not 100% of the viewport)
The text was updated successfully, but these errors were encountered: