init
All checks were successful
Deploy / build (push) Successful in 45s

This commit is contained in:
alsaze
2025-12-01 18:04:54 +03:00
parent eb73c72954
commit c889126e77
7 changed files with 115 additions and 50 deletions

View File

@@ -36,13 +36,12 @@ html {
//swiper
.swiper {
width: 100%;
height: calc(100dvh - 54px);
height: calc(100dvh);
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #444;
/* Center slide text vertically */
display: flex;
@@ -53,7 +52,7 @@ html {
.swiper-slide img {
display: block;
width: 100%;
height: calc(100dvh - 54px);
height: calc(100dvh);
object-fit: cover;
}