diff --git a/src/static/css/style.css b/src/static/css/style.css index 7c449e6..16efe03 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -45,38 +45,6 @@ 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; - } - - .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 */ @@ -329,6 +297,13 @@ hr{ border: none; } +.footer-email:focus{ + background-color: #1a1a1a; + color: #fff; + outline: none !important; + box-shadow: none !important; +} + .social-box{ border-radius: 0px !important; border: 2px solid #949494;