max-width 1920px #5
-
hi, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @marcstorch, would you be able to create a reproduction in something like code sandbox? One thing you could try (suspected issue) is to create a new breakpoint that is larger than the target max body width. maybe add something like |
Beta Was this translation helpful? Give feedback.
Hi @marcstorch, would you be able to create a reproduction in something like code sandbox? One thing you could try (suspected issue) is to create a new breakpoint that is larger than the target max body width.
maybe add something like
'xxl' 200em 3em
to your breakpoints array? I wonder if themax-body
automatic breakpoint is not being inserted correctly for you given the larger target size you're going for.