создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 51s

This commit is contained in:
alsaze
2025-10-08 17:59:26 +03:00
parent cb5b80fc6b
commit f495f97352
3 changed files with 13 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ body {
//swiper
.swiper {
width: 100%;
height: calc(100vh - 54px);
height: calc(100dvh - 54px);
}
.swiper-slide {
@@ -75,7 +75,7 @@ body {
.swiper-slide img {
display: block;
width: 100%;
height: calc(100vh - 54px);
height: calc(100dvh - 54px);
object-fit: cover;
}