mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 06:21:26 +02:00
Add space-evenly
option for justify-content
(#30910)
This commit is contained in:
@@ -177,6 +177,7 @@ $utilities: map-merge(
|
||||
center: center,
|
||||
between: space-between,
|
||||
around: space-around,
|
||||
evenly: space-evenly,
|
||||
)
|
||||
),
|
||||
"align-items": (
|
||||
|
Reference in New Issue
Block a user