less height for the svg to not expand too much the pilars

This commit is contained in:
Julien Calixte
2023-07-13 00:49:50 +02:00
parent 629a599c30
commit 2ca2c6dcdd

View File

@@ -63,7 +63,7 @@ li {
.people-improvement svg {
flex: 1;
min-width: max(15vw, 200px);
max-width: 30vw;
max-width: 20vw;
}
.pilars {