This commit is contained in:
kscheidecker 2025-03-07 07:30:39 +01:00
parent 2039144094
commit 744a7316c9

@ -10,7 +10,6 @@
padding-bottom: 80px;
padding-left: 40px;
padding-right: 40px;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
}
.hero-first {
@ -22,6 +21,8 @@
max-width: 1200px;
gap: 4rem; /* Space between items */
margin-bottom: 4rem;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
}
.hero-second {
@ -29,8 +30,7 @@
flex-direction: column; /* Stack elements vertically by default */
align-items: center;
text-align: center;
width: 100%;
max-width: 1200px;
width: 70%;
gap: 4rem; /* Space between items */
margin-bottom: 4rem;
}