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

This commit is contained in:
alsaze
2025-10-08 16:06:53 +03:00
parent 5416df0c2c
commit cb5b80fc6b
5 changed files with 94 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ body {
//swiper
.swiper {
width: 100%;
height: 100%;
height: calc(100vh - 54px);
}
.swiper-slide {
@@ -75,6 +75,12 @@ body {
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
height: calc(100vh - 54px);
object-fit: cover;
}
.swiper-pagination {
position: absolute;
bottom: 200px !important;
--swiper-pagination-bullet-size: 4px
}