fix: background stretched

This commit is contained in:
2024-05-08 21:46:49 +02:00
parent d39f7b7eca
commit 2f5caaf01a
4 changed files with 76 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
height: 100vh;
filter: blur(5px);
filter: brightness(30%);
object-fit: cover;
z-index: -1;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;