diff --git a/src/styles/base.css b/src/styles/base.css index 4a9504a8..60f1ba4f 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -468,18 +468,18 @@ header { margin: 0; } -.min-h-35 { +@media screen and (min-width: 992px) { + .min-h-35 { min-height: 35%; -} + } -.min-h-40 { + .min-h-40 { min-height: 40%; -} + } -@media screen and (min-width: 992px) { - .w-md-50 { - width: 50% !important; - } + .w-md-50 { + width: 50% !important; + } } /* About */