bg
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
kscheidecker 2025-03-11 11:31:28 +01:00
parent f5065f172c
commit efc810f1c0

View File

@ -7,7 +7,7 @@
justify-content: space-between;
flex-direction: column;
align-items: center;
background: linear-gradient(to bottom right, #F9B208, #ed5c51);
/* background: linear-gradient(to bottom right, #F9B208, #ed5c51); */
}
.hero-first {
@ -21,7 +21,7 @@
gap: 4rem; /* Space between items */
margin: auto;
/* margin-bottom: 4vh; */
/* background: linear-gradient(to bottom right, #F9B208, #E72E77); */
background: linear-gradient(to bottom right, #F9B208, #E72E77);
padding-right: 3vw; /* 40 px approx*/
padding-left: 3vw;
}
@ -125,12 +125,12 @@
text-align: left;
padding: 20px;
font-size: 1.8rem;
color: white;
color: #333;
}
.bloc-text h3 {
font-size: 2.8rem;
color: white;
color: #E72E77;
margin-bottom: 1rem;
font-variant: small-caps;
}