This commit is contained in:
kscheidecker 2025-03-07 07:32:51 +01:00
parent 744a7316c9
commit 474b831c76

@ -5,11 +5,10 @@
margin: 0 auto; /* Centering the hero section */
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
padding-top: 60px;
padding-bottom: 80px;
padding-left: 40px;
padding-right: 40px;
}
.hero-first {
@ -22,6 +21,10 @@
gap: 4rem; /* Space between items */
margin-bottom: 4rem;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
padding-right: 40px;
padding-left: 40px;
}