사이트 2차 수정, 신규 페이지 추가

This commit is contained in:
2026-06-03 13:29:01 +09:00
parent 7c7042f860
commit 111e0b05a4
22 changed files with 1493 additions and 60 deletions
+3 -3
View File
@@ -30,9 +30,9 @@
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
/* scroll-behavior: smooth 는 라우트 이동 시 스크롤 복원과 충돌해
페이지 진입 시 자동 스크롤 버그를 유발하므로 제거.
(인페이지 부드러운 스크롤은 JS window.scrollTo({behavior:'smooth'}) 로 개별 처리) */
body {
background: var(--bg);