uppercase

This commit is contained in:
2024-04-23 16:21:14 +02:00
parent 3e709caf81
commit f88457d797
6 changed files with 21 additions and 15 deletions
@@ -24,6 +24,9 @@ header {
#txt_present {
margin: 3rem 0;
.medias{
display: none;
}
@media screen and (min-width: 992px) {
margin: 5rem 0;
}
@@ -158,10 +161,10 @@ header {
margin: 5rem 0;
}
h3 {
text-transform: uppercase;
// text-transform: uppercase;
margin: 0;
font-family: "Marianne";
font-size: 2rem;
font-family: "Mariannebold";
font-size: 2.5rem;
letter-spacing: $letter_spacingH;
color: $color2024;
}