better for phones

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

@ -225,3 +225,13 @@
object-fit: cover;
}
}
/* Phone screens */
@media (max-width: 767px) {
.hero-bloc {
flex-direction: column;
}
}