docs: fix image reponsiveness in safari

This commit is contained in:
Matan Kushner 2024-05-25 10:35:08 +03:00
parent 86c1312a05
commit 201f25d484
No known key found for this signature in database

View File

@ -24,6 +24,7 @@
}
.VPHero .image img {
width: 100%;
max-height: 130px;
max-width: none;
position: static;