💄 (levers) align items nonetheless

This commit is contained in:
Julien Calixte
2023-07-09 23:51:50 +02:00
parent df9f4219b9
commit 4bb3f3719f

View File

@@ -79,6 +79,7 @@ li {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding-left: 0;
row-gap: 0.5rem;
gap: 0.5rem;
@@ -125,6 +126,7 @@ li {
flex: 1;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
gap: 0.5rem;
}