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
However, the widest --container variable is --container-7xl which is only 80rem. This results in w-7xl and max-w-7xl being 80rem as well.
A --container-8xl should be added that's 96rem and it should trickle down into spacings like width and max-width. This would make it easier to match the container widths without having to use the container class or custom values.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When you use the
container
class, the widest the container can get is 96rem.However, the widest
--container
variable is--container-7xl
which is only 80rem. This results inw-7xl
andmax-w-7xl
being 80rem as well.A
--container-8xl
should be added that's 96rem and it should trickle down into spacings like width and max-width. This would make it easier to match the container widths without having to use the container class or custom values.Beta Was this translation helpful? Give feedback.
All reactions