margins
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-11 12:04:24 +01:00
parent 400d073307
commit e30be0e534

View File

@ -188,7 +188,7 @@
.hero-button-end:hover { .hero-button-end:hover {
background-color: #cd2c6c; background-color: #cd2c6c;
color: #E72E77; color: white;
} }
@ -257,12 +257,13 @@
} }
.bloc-image { .bloc-image {
margin-bottom: 2vh; margin-bottom: 3vh;
} }
.bloc-text { .bloc-text {
font-size: 1.8rem; font-size: 1.8rem;
box-shadow: none; box-shadow: none;
margin-bottom: 1vh;
} }
.bloc-text h3 { .bloc-text h3 {
@ -271,6 +272,6 @@
} }
.hero-button-end { .hero-button-end {
margin-top: 20px; margin-top: 30px;
} }
} }