💄 (flex) better pilar flex
This commit is contained in:
@@ -91,9 +91,9 @@ li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.people-improvement svg {
|
.people-improvement svg {
|
||||||
min-width: 20vw;
|
flex: 1;
|
||||||
max-width: 50vw;
|
min-width: max(15vw, 200px);
|
||||||
width: 100%;
|
max-width: 30vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pilars {
|
.pilars {
|
||||||
@@ -121,7 +121,9 @@ li {
|
|||||||
|
|
||||||
.pilars ul {
|
.pilars ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-evenly;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user