Remove max-width from the banner

This commit is contained in:
daudix
2024-07-22 04:00:45 +03:00
parent 87f04672ce
commit c4dc2feabc
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@
z-index: -1;
mask-image: $mask;
width: 100vw;
height: 50vw;
height: 50vw; // hack to keep the aspect ratio 2:1
user-select: none;
#banner {