니디걸오버도즈

This commit is contained in:
암냥 2025-12-19 00:54:03 +09:00
commit 5be9625af3
No known key found for this signature in database
25 changed files with 208 additions and 29 deletions

View file

@ -182,4 +182,18 @@
.image-scale:hover {
z-index:10;
box-shadow:0 15px 45px #0006
}
/* Fullscreen Scroll Snap */
html {
scroll-behavior: smooth;
}
body {
scroll-snap-type: y mandatory;
}
.snap-section {
scroll-snap-align: start;
scroll-snap-stop: always;
}