Re: [csswg-drafts] [css-flexbox][css-align] Proposal: `justify-items` and `justify-self` to align flex items that are alone on their line (#11244)

It seems to me what you actually want is `justify-content: space-between` but with a fallback alignment of `safe center` instead of `safe flex-start`. Try `space-around`, which has your desired fallback, it works quite well (but of course you get spacing on the sides).

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11244#issuecomment-2486812227 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 19 November 2024 21:43:02 UTC