refactor: improve UI
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user