docs: fix landing page mobile responsiveness

This commit is contained in:
Matan Kushner 2024-05-24 18:05:04 +03:00
parent 46a834d02b
commit 86c1312a05
No known key found for this signature in database

View File

@ -16,6 +16,13 @@
justify-content: center;
}
@media (max-width: 640px) {
.VPHero .image-container {
max-width: 320px;
width: auto;
}
}
.VPHero .image img {
max-height: 130px;
max-width: none;