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

This commit is contained in:
kscheidecker 2025-03-10 17:19:46 +01:00
parent ff74276202
commit fb13eb399f

View File

@ -184,10 +184,10 @@
@media (max-width: 767px) { @media (max-width: 767px) {
.hero-first { .hero-first {
height: 70vh; height: 65vh;
width: 100%; width: 100%;
flex-direction: column; flex-direction: column;
align-items: start; align-content: start;
} }
.hero-content { .hero-content {
@ -202,6 +202,8 @@
.hero-screenshots { .hero-screenshots {
height: 20vh; height: 20vh;
width: 80vw; width: 80vw;
align-items: center;
justify-content: center;
} }
.screenshot img { .screenshot img {