From 53cb5a1144a39ef756700d665515af80b34e6af9 Mon Sep 17 00:00:00 2001 From: JamesFlare1212 Date: Mon, 8 Apr 2024 05:01:56 -0400 Subject: [PATCH] fix too narrow on mobile --- static/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index fa45e46..ed5f01e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -93,4 +93,10 @@ video { margin-left: auto; margin-right: auto; display: block; +} + +/* Fix too Narrow on Mobile */ +.col-lg-8 { + padding-right: 0px; + padding-left: 0px; } \ No newline at end of file