fix badge width and height

This commit is contained in:
Benjamin Zekavica 2023-10-16 19:15:20 +02:00
parent 2880d80e12
commit b8c539b457
No known key found for this signature in database
GPG key ID: 63502A0D99F792A6

View file

@ -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;