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

This commit is contained in:
kscheidecker 2025-03-10 16:36:36 +01:00
parent 7bedb12854
commit b242e9881b

View File

@ -17,7 +17,7 @@
width: 100%; width: 100%;
height: 70vh; height: 70vh;
gap: 4rem; /* Space between items */ gap: 4rem; /* Space between items */
margin-bottom: auto; margin: 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;
@ -67,13 +67,14 @@
.hero-screenshots { .hero-screenshots {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
gap: 3rem;
align-items: center; align-items: center;
height: 45vh;
gap: 3rem;
} }
.screenshot img { .screenshot img {
height: 45vh; height: auto;
width: auto; width: 11vw;
border-radius: 15px; border-radius: 15px;
border: 4px solid black; border: 4px solid black;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
@ -186,15 +187,24 @@
flex-direction: column; flex-direction: column;
} }
.hero-logo {
height: 10vh;
}
.hero-content { .hero-content {
height: 20vh; height: 20vh;
} }
.hero-screenshots { .hero-screenshots {
height: auto; height: 20vh;
width: 80vw; width: 80vw;
} }
.screenshot img {
width: 13vw;
height: auto;
}
.hero-second { .hero-second {
width: 100%; width: 100%;
} }