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 */