From 40d4928912eb8fd4e0610d76215888132ba4ca6f Mon Sep 17 00:00:00 2001 From: Ember Date: Wed, 19 Jun 2024 17:14:21 +0800 Subject: [PATCH] fix mobile mainpage --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index a1dbde8..cb88f17 100644 --- a/index.html +++ b/index.html @@ -318,6 +318,11 @@ .logo-image { display: none; } + .text-container.first { + width: calc(100% - 40px); + margin-left: 0; + margin-right: 0; + } }