aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-26 23:01:17 -0700
committerjackyzha0 <[email protected]>2020-05-26 23:01:17 -0700
commit98308f2645da73ceb385907de83e400d4f9264ca (patch)
treef04e0153a6cdd56abd113e9cdbb92e1fe0a89ec2 /frontend/src/css
parentmake mobile less ass (diff)
downloadctrl-v-98308f2645da73ceb385907de83e400d4f9264ca.tar.xz
ctrl-v-98308f2645da73ceb385907de83e400d4f9264ca.zip
remove redundant media query
Diffstat (limited to 'frontend/src/css')
-rw-r--r--frontend/src/css/index.css6
1 files changed, 0 insertions, 6 deletions
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;