mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
fix badge width and height
This commit is contained in:
parent
2880d80e12
commit
b8c539b457
|
@ -11,6 +11,7 @@
|
||||||
li {
|
li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 5px;
|
||||||
margin: 0 1em .5em 0;
|
margin: 0 1em .5em 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -35,6 +36,8 @@
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
min-width: 32px;
|
||||||
|
min-height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
|
|
Loading…
Reference in a new issue