template pages projets
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user