refactor: clean up unused video CSS

This commit is contained in:
Omega 2026-04-24 23:30:09 +08:00
parent ffbd91cf64
commit df7e213664
1 changed files with 0 additions and 6 deletions

View File

@ -93,12 +93,6 @@
.hero {
position: relative; height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.hero-video {
position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
filter: brightness(0.7) saturate(1.1);
transform: scale(1.05);
animation: heroZoom 25s ease-in-out infinite alternate;
}
@keyframes heroZoom {
from { transform: scale(1.05); }
to { transform: scale(1.10); }