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

@ -14,7 +14,7 @@
<div class="locality"> <div class="locality">
<div class="top-triangle"></div> <div class="top-triangle"></div>
<div class="locality-title"> <div class="locality-title">
<h1>{{content.contentTitle}}<em v-if="content.adresse">({{ content.adresse.postal_code.slice(0, 2) }})</em></h1> <h1>{{content.contentTitle}} <em v-if="content.adresse">({{ content.adresse.postal_code.slice(0, 2) }})</em></h1>
</div> </div>
</div> </div>
</div> </div>

View File

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