From d1bb68b96f69058254c2ad08ca7795c0d2a13f85 Mon Sep 17 00:00:00 2001 From: M_12 Date: Sun, 26 Mar 2023 00:54:46 +0600 Subject: [PATCH] mobile.html css --- source/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mobile.css b/source/mobile.css index 92e6477..3389e46 100644 --- a/source/mobile.css +++ b/source/mobile.css @@ -81,7 +81,7 @@ div.error#mobile > .info > b > big { /* Green */ div.error#mobile > .footer { display: block; - height: 32px; + min-height: 32px; width: 100%; background: var(--main-b-color); color: var(--main-text-g);