refactor: improve UI

This commit is contained in:
2022-05-16 13:25:34 +01:00
parent a84e546978
commit 765c381242
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@
min-height: 100vh;
max-width: 100vw;
background: url('/images/Background.jpg') no-repeat;
background: linear-gradient(
to top,
rgb(0 0 0 / 75%) 0%,
rgb(0 0 0 / 75%) 100%
),
url('/images/Background.jpg') no-repeat;
background-size: cover;
.title {