Update packages/frontend/src/pages/user/home.vue

This commit is contained in:
かっこかり 2025-07-03 11:09:43 +09:00 committed by GitHub
parent fb4ce39375
commit 9c4574466f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ onDeactivated(disposeBannerParallaxResizeObserver);
transform: translateY(-50%); transform: translateY(-50%);
} }
to { to {
transform: translateY(-60%); transform: translateY(-30%);
} }
} }
</style> </style>