refonte page d'accueil nouveau design, sans images pour l'instant
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
padding-top: 3vh;
|
||||
padding-left: $x_margin;
|
||||
a {
|
||||
font-size: $sm_font_size;
|
||||
font-size: $fs_xs;
|
||||
font-weight: 800;
|
||||
color: $teal;
|
||||
}
|
||||
@@ -326,7 +326,7 @@
|
||||
> .offre-title {
|
||||
grid-column: 2/4;
|
||||
grid-row: 4/5;
|
||||
font-size: $xl_font_size;
|
||||
font-size: $fs_xl;
|
||||
font-weight: 800;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
@@ -350,7 +350,7 @@
|
||||
padding: 0.7rem 1rem;
|
||||
color: white;
|
||||
font-weight: 800;
|
||||
font-size: $sm_font_size;
|
||||
font-size: $fs_xs;
|
||||
transform: translateY(0);
|
||||
transition: transform 0.2s ease-out;
|
||||
}
|
||||
@@ -364,7 +364,7 @@
|
||||
}
|
||||
> h2 {
|
||||
text-transform: unset !important;
|
||||
font-size: $sm_font_size !important;
|
||||
font-size: $fs_xs !important;
|
||||
color: black !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
@@ -373,7 +373,7 @@
|
||||
align-self: center;
|
||||
grid-column: 2/4;
|
||||
grid-row: 6/7;
|
||||
font-size: $sm_font_size;
|
||||
font-size: $fs_xs;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
|
||||
Reference in New Issue
Block a user