corrections page contacts

This commit is contained in:
2025-01-23 16:47:54 +01:00
parent 42fb439e3d
commit f2d48ab583
2 changed files with 12 additions and 8 deletions

View File

@@ -1105,26 +1105,29 @@ body{
> #partenaires {
margin-top: 3vh;
> div.intro {
margin-bottom: 6vh;
margin-bottom: 4vh;
@media screen and (min-width: $desktop-min-width) {
}
}
> div.equipe-item {
@media screen and (min-width: $desktop-min-width) {
margin-bottom: 7vh;
margin-bottom: 5vh;
}
> .partie-title {
margin-bottom: 3vh;
margin-bottom: 1.5vh;
}
}
> div.equipe-item > div.personne,
> div.partenaire {
display: grid;
grid-template-columns: 0.4fr 1fr;
column-gap: 3rem;
grid-template-columns: 0.3fr 1fr;
column-gap: 2rem;
grid-template-rows: auto;
justify-items: start;
margin-bottom: 6vh;
margin-bottom: 3vh;
@media screen and (min-width: $desktop-min-width) {
grid-template-columns: 0.15fr 1fr;
}
> figure {
grid-column: 1;
grid-row: 1 / span 2;