This commit is contained in:
kscheidecker 2025-03-11 10:47:48 +01:00
parent 88b589db34
commit a3863bf9c4

@ -87,7 +87,7 @@
.hero-catch-phrase { .hero-catch-phrase {
text-align: center; text-align: center;
font-size: 2.5rem; font-size: 2.5rem;
color: #333; color: white;
margin: 10px 0; margin: 10px 0;
margin-bottom: 25px; margin-bottom: 25px;
} }
@ -123,12 +123,12 @@
text-align: left; text-align: left;
padding: 20px; padding: 20px;
font-size: 1.8rem; font-size: 1.8rem;
color: #333; color: white;
} }
.bloc-text h3 { .bloc-text h3 {
font-size: 2.8rem; font-size: 2.8rem;
color: #E72E77; color: white;
margin-bottom: 1rem; margin-bottom: 1rem;
font-variant: small-caps; font-variant: small-caps;
} }