corrections styles gouvernance partenaires
This commit is contained in:
parent
03840a20ba
commit
6948b31d0f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue