fix.모션 수정

This commit is contained in:
clkim
2026-01-26 11:19:36 +09:00
parent ac235118ea
commit 4cd42d017c
9 changed files with 207 additions and 110 deletions

View File

@@ -36,4 +36,7 @@ const handleScrollToTop = () => {
.btn-top {
@apply bg-[image:var(--button-top)] bg-center bg-cover bg-no-repeat;
}
.btn-top:hover :deep(.icon) {
@apply -translate-y-[3px];
}
</style>