modification largeur colonne partenaires

This commit is contained in:
Valentin Le Moign 2025-01-27 22:10:27 +01:00
parent 298bafce49
commit eeb4702e96

View File

@ -1129,7 +1129,7 @@ body{
justify-items: start; justify-items: start;
margin-bottom: 3vh; margin-bottom: 3vh;
@media screen and (min-width: $desktop-min-width) { @media screen and (min-width: $desktop-min-width) {
grid-template-columns: 0.15fr 1fr; grid-template-columns: 0.3fr 1fr;
} }
> figure { > figure {
grid-column: 1; grid-column: 1;