Skip to content

Commit

Permalink
fix: 404.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Feb 17, 2024
1 parent 9f3f769 commit e476535
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions assets/scss/pages/_404.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
z-index: 3;
}
video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 2;
transform: translateX(-50%) translateY(-50%);
}
h1 {
font-size: 3rem;
Expand Down

0 comments on commit e476535

Please sign in to comment.