From 2d6ef3fb8f49e1af4d917be093f78e24a5e82539 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:41:30 -0400 Subject: [PATCH] Added m-3 utilities --- 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 4eaa08d..7c449e6 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -61,6 +61,22 @@ body{ .me-4{ margin-right: 150px !important; } + + .m-3{ + margin: 75px !important; + } + .mb-3{ + margin-bottom: 75px !important; + } + .mt-3{ + margin-top: 75px !important; + } + .ms-3{ + margin-left: 75px !important; + } + .me-3{ + margin-right: 75px !important; + } } /* Navbar General */