intégration du design il manque que les images de fond

This commit is contained in:
Valentin
2023-12-15 20:04:59 +01:00
parent cb35336870
commit a0137d95ac
19 changed files with 832 additions and 121 deletions

View File

@@ -2,8 +2,7 @@
article {
> div:first-of-type {
width: 100%;
max-height: 30vh;
height: auto;
height: 30vh;
overflow: hidden;
padding-left: $x_margin;
padding-right: $x_margin;
@@ -13,6 +12,9 @@
width: 100%;
}
}
@media (min-width: $breakpoint_tablet) {
height: 20vh;
}
}
.preview_meta {
@@ -33,8 +35,11 @@
.preview_sous_titre {
font-family: "Marianne", sans-serif;
font-size: $m_font_size;
padding: 2px $x_margin;
font-size: $l_font_size;
padding: 5px $x_margin;
@media (min-width: $breakpoint_tablet) {
padding-top: 0;
}
}
h2 {