This commit is contained in:
kscheidecker 2025-03-07 07:36:51 +01:00
parent 4c905f4bfa
commit 0b2c5e1503

@ -7,8 +7,6 @@
justify-content: space-between;
flex-direction: column;
align-items: center;
padding-top: 60px;
padding-bottom: 80px;
}
.hero-first {
@ -21,8 +19,10 @@
gap: 4rem; /* Space between items */
margin-bottom: 4rem;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
/* padding-right: 40px; */
/* padding-left: 40px; */
padding-top: 60px;
padding-bottom: 80px;
padding-right: 40px;
padding-left: 40px;
}
.hero-second {