Missing justify content "normal" #10558
-
Hi, Currently, I'm using for viewport Do you have suggestions to solve my issue, or is this value missing from the core? Example: Kind regards, PS. I already tried to add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Several solutions: Use an arbitrary property class to apply
|
Beta Was this translation helpful? Give feedback.
Several solutions:
Use an arbitrary property class to apply
justify-content: normal
Use a
max-*
screen variant to applyjustify-content: center
forsm
screen and lower-<div class="md:justify-normal fl…