From 98308f2645da73ceb385907de83e400d4f9264ca Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Tue, 26 May 2020 23:01:17 -0700 Subject: remove redundant media query --- frontend/src/css/index.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'frontend/src/css') diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 344fd01..da345d7 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -4,12 +4,6 @@ } } -@media all and (max-width: 850px) { - .lt-content-column { - padding: 0 calc(5vw + 1em) 0 5vw !important; - } -} - body { margin: 0; padding: 0; -- cgit v1.2.3