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
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.Proposed Solution
A
--container-8xl
should be added that's 96rem and it should trickle down into spacings like widthw-8xl
and 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