From ee0a075aeb17a61b83068d42a85ffad16a5f08a3 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Tue, 9 Jul 2024 19:50:28 +0000 Subject: [PATCH] style: remove unused classes --- src/styles/base.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/styles/base.css b/src/styles/base.css index c1fe3bcc..e36ed25f 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -468,18 +468,10 @@ header { min-height: 40%; } -.min-h-70 { - min-height: 70%; -} - @media screen and (min-width: 992px) { .w-md-50 { width: 50% !important; } - - .mb-lg-6 { - margin-bottom: calc(96rem / 16) !important; - } } /* About */