corrections styles gouvernance partenaires

This commit is contained in:
Valentin 2024-11-25 23:27:04 +01:00
parent 03840a20ba
commit 6948b31d0f
2 changed files with 6 additions and 1 deletions

View File

@ -1089,6 +1089,7 @@ body{
width: 100%;
margin: 0;
> img {
aspect-ratio: 1 / 1;
border-radius: 50%;
}
}
@ -1112,6 +1113,10 @@ body{
}
}
#partenaires {
img {
aspect-ratio: unset !important;
border-radius: unset !important;
}
@media screen and (min-width: $desktop-min-width) {
margin-top: 10vh;
}