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

This commit is contained in:
kscheidecker 2025-03-11 11:02:18 +01:00
parent 7546b8086c
commit f22b8e1d0c

View File

@ -7,7 +7,7 @@
justify-content: space-between; justify-content: space-between;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background: linear-gradient(to bottom, #F9B208, #F38C29 50%, #E72E77); background: linear-gradient(to bottom, #F9B208, #ed5c51);
} }
.hero-first { .hero-first {
@ -169,11 +169,11 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: 40px 0; padding: 40px 0;
background-color: white;
color: #E72E77;
} }
.hero-button-end a { .hero-button-end a {
background-color: #E72E77;
color: white;
padding: 20px 40px; padding: 20px 40px;
font-size: 1.6rem; font-size: 1.6rem;
font-weight: bold; font-weight: bold;