Use space-around for tabbed values (#4252)

* space-around

* have your cake and eat it
This commit is contained in:
Luc Mcgrady 2025-08-07 04:36:53 +01:00 committed by GitHub
parent 62e01fe03a
commit 2d60471f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,10 @@
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
&:has(li:nth-child(3)) {
justify-content: space-between;
}
justify-content: space-around;
padding-inline: 0;
margin-bottom: 0.5rem;
list-style: none;