template pages projets

This commit is contained in:
Valentin
2024-11-06 02:46:29 +01:00
parent 5c4f8fd464
commit e6e9e9f7ac
20 changed files with 1362 additions and 59 deletions

View File

@@ -10,7 +10,7 @@ $title_size: 2.3rem;
@mixin main_title() {
font-family: "Barlow Condensed", sans-serif;
font-size: $l_font_size;
font-size: $xl_font_size;
padding: 0 $x_margin;
margin-top: 1rem;
color: $teal;
@@ -42,7 +42,10 @@ $title_size: 2.3rem;
@mixin sous_titre_alt() {
font-family: "Barlow", sans-serif;
color: black;
font-size: $xl_font_size;
font-size: $l_font_size;
@media (min-width: $breakpoint_tablet) {
font-size: $xl_font_size;
}
}
@mixin fluo_button() {