From f96183a35f8c2bf14235c845deca4d9d5df89378 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 20 Jul 2024 10:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.css | 3 ++- src/pages/Home-m.module.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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;