jkb
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
kscheidecker 2025-03-10 16:14:52 +01:00
parent f2bf7f70af
commit a9363921e3

View File

@ -73,7 +73,6 @@
} }
.screenshot img { .screenshot img {
max-width: 70vmin;
height: auto; height: auto;
border-radius: 15px; border-radius: 15px;
border: 4px solid black; border: 4px solid black;
@ -237,6 +236,7 @@
@media (max-width: 767px) { @media (max-width: 767px) {
.hero-first { .hero-first {
padding-top: 5.2vh;
height: 60vh; height: 60vh;
flex-direction: column; flex-direction: column;
} }
@ -246,7 +246,8 @@
} }
.hero-screenshots { .hero-screenshots {
height: 30vh; height: auto;
width: 80vw;
} }