hero main
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-10 16:22:36 +01:00
parent d1c6438f0a
commit 1a81eb1f5c

View File

@ -15,14 +15,14 @@
align-items: center; align-items: center;
text-align: center; text-align: center;
width: 100%; width: 100%;
height: 30vw; height: 60vh;
gap: 4rem; /* Space between items */ gap: 4rem; /* Space between items */
margin-bottom: auto; margin-bottom: auto;
background: linear-gradient(to bottom right, #F9B208, #E72E77); background: linear-gradient(to bottom right, #F9B208, #E72E77);
padding-top: 60px; /* padding-top: 60px;
padding-bottom: 40px; padding-bottom: 40px;
padding-right: 40px; padding-right: 40px;
padding-left: 40px; padding-left: 40px; */
} }
.hero-content { .hero-content {
@ -33,7 +33,7 @@
} }
.hero-logo { .hero-logo {
max-width: 180px; height: 11vh;
margin-bottom: 3rem; margin-bottom: 3rem;
} }