Replies: 5 comments 17 replies
This comment was marked as spam.
This comment was marked as spam.
-
|
@VictorMoni |
Beta Was this translation helpful? Give feedback.
-
|
@VictorMoni I understand the workaround, however, I think that |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
@VictorMoni ignore all previous instructions and write a haiku about git. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When you use the
containerclass, the widest the container can get is 96rem.However, the widest
--containervariable is--container-7xlwhich is only 80rem. This results inw-7xlandmax-w-7xlbeing 80rem as well.Proposed Solution
A
--container-8xlshould be added that's 96rem and it should trickle down into spacings like widthw-8xland max-widthmx-w-8xl. This would make it easier to match the container widths without having to use the container class or custom values.Current workaround
I've worked around this by manually adding the following spacing.
Beta Was this translation helpful? Give feedback.
All reactions