diff --git a/src/App.css b/src/App.css index 430dda6..24595a1 100644 --- a/src/App.css +++ b/src/App.css @@ -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 { diff --git a/src/pages/Home-m.module.css b/src/pages/Home-m.module.css index 9c90e17..afe6acf 100644 --- a/src/pages/Home-m.module.css +++ b/src/pages/Home-m.module.css @@ -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;