modifs pas finies de la carte interactive + clean des scss

This commit is contained in:
Valentin
2024-11-02 04:12:25 +01:00
parent c56dadee02
commit e6d39d0dc3
24 changed files with 943 additions and 642 deletions

View File

@@ -20,12 +20,12 @@
}
}
}
> div:nth-of-type(2),
> div:nth-of-type(3) {
@include sous_titre();
margin-bottom: 2vh;
align-self: flex-end;
margin-bottom: 2vh;
align-self: flex-end;
@include sous_titre();
}
> div:nth-of-type(3) {
@@ -33,8 +33,8 @@
}
> div:last-of-type {
@include main_text_content();
grid-column: 2 / 4;
grid-column: 2 / 4;
@include main_text_content();
}
@media (min-width: $breakpoint_tablet) {
grid-template-columns: 10vw auto 1fr;
@@ -60,19 +60,19 @@
margin-bottom: 2vh;
article {
> h2 {
margin-bottom: 2vh;
@include sous_titre_alt();
margin-bottom: 2vh;
@include sous_titre_alt();
}
> h2 + div > div {
@include main_text_content();
margin-bottom: 2em;
margin-bottom: 2em;
@include main_text_content();
}
> div:first-of-type {
height: unset;
flex-direction: column;
}
}
}
}
}
}