From 3ab423e8e89925dbb9715ef92ff1040f24647c3c Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:40:26 -0400 Subject: [PATCH] Added m-4 spacers --- src/static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/static/css/style.css b/src/static/css/style.css index 5da6c17..4eaa08d 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -45,6 +45,22 @@ body{ .me-5{ margin-right: 225px !important; } + + .m-4{ + margin: 150px !important; + } + .mb-4{ + margin-bottom: 150px !important; + } + .mt-4{ + margin-top: 150px !important; + } + .ms-4{ + margin-left: 150px !important; + } + .me-4{ + margin-right: 150px !important; + } } /* Navbar General */