From 6d9c17a4824e2c826d04ae2e17caeb33b0fc6191 Mon Sep 17 00:00:00 2001 From: Cotes Chung Date: Wed, 26 Feb 2020 02:20:41 +0800 Subject: [PATCH] Increase the footer border width. in mobile views. --- assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 6b5865a20a0..e6d1300f5a2 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -975,7 +975,7 @@ table { footer { height: $footer-height; >div.d-flex { - width: 90%; + width: 100%; padding: 1.5rem 0; margin-bottom: .3rem; flex-wrap: wrap;