💄 (wide screen) remove unecessary code for wider…

This commit is contained in:
Julien Calixte
2023-07-09 19:25:48 +02:00
parent bdea1515a9
commit 65b9e3f1c6

View File

@@ -138,12 +138,9 @@ li {
flex-wrap: wrap;
}
/* Wide screen */
@media only screen and (min-width: 750px) {
.pilars {
flex-direction: row;
}
svg {
max-width: 30vw;
}
}