corrections styles gouvernance partenaires
This commit is contained in:
parent
03840a20ba
commit
6948b31d0f
|
@ -14,7 +14,7 @@
|
|||
<div class="locality">
|
||||
<div class="top-triangle"></div>
|
||||
<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>
|
||||
|
|
|
@ -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