modifs backoffice : contenu page 'gouvernance' passe sur la page 'contact' / rework du st
ore 'content'
This commit is contained in:
@@ -913,13 +913,21 @@ body{
|
||||
}
|
||||
|
||||
}
|
||||
&.not-etape {
|
||||
> .locality-wrapper {
|
||||
> .locality {
|
||||
max-height: $brand-pattern-height;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> main {
|
||||
width: 100%;
|
||||
padding: 0 $modale-x-padding;
|
||||
padding-bottom: 5vh;
|
||||
box-sizing: border-box;
|
||||
> .partie {
|
||||
> .partie,
|
||||
> #equipe {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
> .sensible-map {
|
||||
@@ -942,7 +950,7 @@ body{
|
||||
margin-left: calc($modale-x-padding / 2);
|
||||
}
|
||||
}
|
||||
> .partie-title,
|
||||
.partie-title,
|
||||
> .chiffres-cles,
|
||||
> .entretien {
|
||||
> h3 {
|
||||
@@ -1092,25 +1100,34 @@ body{
|
||||
}
|
||||
> #equipe,
|
||||
> #partenaires {
|
||||
margin-top: 5vh;
|
||||
> div:not(.personne) {
|
||||
margin-top: 3vh;
|
||||
> div.intro {
|
||||
margin-bottom: 6vh;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
margin: 10vh 0;
|
||||
}
|
||||
}
|
||||
> div.personne,
|
||||
> div.equipe-item {
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
margin-bottom: 7vh;
|
||||
}
|
||||
> .partie-title {
|
||||
margin-bottom: 3vh;
|
||||
}
|
||||
}
|
||||
> div.equipe-item > div.personne,
|
||||
> div.partenaire {
|
||||
display: grid;
|
||||
grid-template-columns: 0.4fr 1fr;
|
||||
column-gap: 3rem;
|
||||
grid-template-rows: auto;
|
||||
justify-items: start;
|
||||
margin: 5vh 0;
|
||||
margin-bottom: 6vh;
|
||||
> figure {
|
||||
grid-column: 1;
|
||||
grid-row: 1 / span 2;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
align-self: center;
|
||||
> img {
|
||||
aspect-ratio: 1 / 1;
|
||||
border-radius: 50%;
|
||||
|
Reference in New Issue
Block a user