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

This commit is contained in:
alsaze
2025-10-08 14:36:09 +03:00
parent 6a08eebf01
commit 66dd08cf65
9 changed files with 139 additions and 29 deletions

View File

@@ -24,6 +24,7 @@ h3 {
@include h3('h3');
}
//скроллбар
::-webkit-scrollbar {
width: 8px;
}
@@ -52,4 +53,28 @@ h3 {
body {
-ms-overflow-style: -ms-autohiding-scrollbar;
}
//swiper
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #444;
/* Center slide text vertically */
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}