refonte page d'accueil nouveau design, sans images pour l'instant
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
background-color: white;
|
||||
padding: 1rem;
|
||||
box-sizing: border-box;
|
||||
border-bottom: 7px solid $fluo_green;
|
||||
@media screen and (min-width: $breakpoint_tablet) {
|
||||
padding: 2rem;
|
||||
}
|
||||
@@ -26,43 +27,40 @@
|
||||
}
|
||||
|
||||
.preview_meta {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: $sm_font_size;
|
||||
@include meta_text();
|
||||
width: auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
color: $teal;
|
||||
margin: 0 $x_margin;
|
||||
margin-top: 1.3rem;
|
||||
padding-top: 0.7rem;
|
||||
margin-left: 0;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
margin-left: unset;
|
||||
font-size: $m_font_size;
|
||||
}
|
||||
}
|
||||
|
||||
.preview_sous_titre {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: $m_font_size;
|
||||
@include main_text_content();
|
||||
padding: 5px $x_margin;
|
||||
padding-left: 0 !important;
|
||||
.sous_titre {
|
||||
line-height: 1.3 !important;
|
||||
line-height: $lh_normal !important;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
padding-left: unset;
|
||||
font-size: $l_font_size;
|
||||
padding-top: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include sous_titre_alt();
|
||||
margin-bottom: 0.5rem;
|
||||
margin-top: 1rem !important;
|
||||
padding: 0 !important;
|
||||
line-height: 1.2;
|
||||
@include main_title();
|
||||
a { color: inherit; text-decoration: none; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user