better for phones
All checks were successful
Deploy Theme / deploy (push) Successful in 43s

This commit is contained in:
kscheidecker 2025-03-10 15:53:11 +01:00
parent 2bebc52b88
commit 47125393ae

View File

@ -224,4 +224,14 @@
height: 100%;
object-fit: cover;
}
}
/* Phone screens */
@media (max-width: 767px) {
.hero-bloc {
flex-direction: column;
}
}