refactor: improve UI
This commit is contained in:
parent
a84e546978
commit
765c381242
Binary file not shown.
Before Width: | Height: | Size: 614 KiB After Width: | Height: | Size: 57 KiB |
@ -6,7 +6,12 @@
|
|||||||
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
max-width: 100vw;
|
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;
|
background-size: cover;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
Loading…
Reference in New Issue
Block a user