✨ feat:
This commit is contained in:
parent
46f7474f0b
commit
f96183a35f
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue