From 68ac3c21ad55a069db85c789c2a66603fe39190c Mon Sep 17 00:00:00 2001 From: PantsuDev Date: Fri, 23 Jun 2017 11:28:36 +1000 Subject: [PATCH] Remove left & right 15% --- public/css/main.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 380aca6c..b2811bff 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -360,14 +360,6 @@ html, body { .header .h-search input { width: 90px !important; } .header .h-search input:focus { width: 150px !important; } } -@media (min-width: 1920px) { - .h-left { - left: 15%; - } - .h-right { - right: 15%; - } -} @media (max-width: 810px) {