corrections page contacts
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user