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

This commit is contained in:
kscheidecker 2025-03-10 16:53:49 +01:00
parent 20d1476b8c
commit 2945fc3226

View File

@ -19,6 +19,7 @@
height: 70vh; height: 70vh;
gap: 4rem; /* Space between items */ gap: 4rem; /* Space between items */
margin: auto; margin: auto;
margin-bottom: 4vh;
background: linear-gradient(to bottom right, #F9B208, #E72E77); background: linear-gradient(to bottom right, #F9B208, #E72E77);
padding-right: 3vw; /* 40 px approx*/ padding-right: 3vw; /* 40 px approx*/
padding-left: 3vw; padding-left: 3vw;
@ -35,7 +36,7 @@
} }
.hero-logo { .hero-logo {
height: 15vh; height: 130px;
margin-bottom: 3rem; margin-bottom: 3rem;
} }
@ -48,7 +49,7 @@
.hero-button { .hero-button {
background-color: white; background-color: white;
color: #E72E77; color: #E72E77;
width: 7vw; white-space: nowrap;
padding: 15px 30px; padding: 15px 30px;
border: none; border: none;
border-radius: 5px; border-radius: 5px;