mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Tweak CSS to preserve shape of circle (#231)
Previously, longer team names would cause it to be squished into more of an oval.
This commit is contained in:
parent
28c807b33c
commit
2ee6d9d767
|
@ -11,6 +11,7 @@
|
|||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
margin: 0 1em .5em 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -35,6 +36,8 @@
|
|||
|
||||
.badge {
|
||||
margin: 4px;
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border: 2px solid white;
|
||||
|
|
Loading…
Reference in a new issue