scroll-showcase & padding

This commit is contained in:
zahrarahimi2
2026-07-05 11:54:25 +03:30
parent fa10e5309b
commit 033726901d
4 changed files with 15 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
color: #fff;
}
.gallery-section .gallery-thumbnail {
margin: 24px 0 32px;
margin-top: 24px;
}
.gallery-section .gallery-thumbnail p {
display: none;

View File

@@ -113,7 +113,12 @@
}
.showcase-section > .container-showcase {
height: calc(var(--slides-count) * 100dvh);
scroll-snap-align: start;
}
html {
scroll-snap-type: y proximity;
scroll-behavior: smooth;
}
.showcase-sticky {
height: 100vh;
}

View File

@@ -672,7 +672,7 @@ body.dragging-scroll {
align-items: flex-start;
gap: 48px;
position: relative;
top: 69px;
/* top: 69px; */
transition: transform 0.3s ease;
}
.side-buttons {