feat:

This commit is contained in:
john 2024-07-20 10:59:34 +08:00
parent 46f7474f0b
commit f96183a35f
2 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,10 @@
body,
html,
#root {
height: var(--tg-viewport-height);
min-height: var(--tg-viewport-height);
background-repeat: no-repeat;
background-size: cover;
background-color: black;
}
@font-face {

View File

@ -13,6 +13,7 @@
gap: 6px;
background-image: url("../assets/home_top_bg.svg");
background-size: contain;
background-repeat: no-repeat;
> svg {
width: 20px;
height: 20px;