From e4875b63187a5261a80cbe76c9661083face72ea Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> 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 6b5865a..e6d1300 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;