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