✨ feat:
This commit is contained in:
parent
46f7474f0b
commit
f96183a35f
|
@ -1,9 +1,10 @@
|
||||||
body,
|
body,
|
||||||
html,
|
html,
|
||||||
#root {
|
#root {
|
||||||
height: var(--tg-viewport-height);
|
min-height: var(--tg-viewport-height);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
background-image: url("../assets/home_top_bg.svg");
|
background-image: url("../assets/home_top_bg.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
> svg {
|
> svg {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
Loading…
Reference in New Issue