This commit is contained in:
kscheidecker 2025-03-10 16:25:02 +01:00
parent 1a81eb1f5c
commit db766119b6

@ -15,7 +15,7 @@
align-items: center;
text-align: center;
width: 100%;
height: 60vh;
height: 70vh;
gap: 4rem; /* Space between items */
margin-bottom: auto;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
@ -33,7 +33,7 @@
}
.hero-logo {
height: 11vh;
height: 15vh;
margin-bottom: 3rem;
}
@ -46,6 +46,7 @@
.hero-button {
background-color: white;
color: #E72E77;
width: 7vw;
padding: 15px 30px;
border: none;
border-radius: 5px;
@ -67,7 +68,7 @@
display: flex;
flex-direction: row;
gap: 3rem;
width: 100%;
height: 45vh;
align-items: center;
}