diff options
| author | jackyzha0 <[email protected]> | 2020-05-26 23:01:17 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-26 23:01:17 -0700 |
| commit | 98308f2645da73ceb385907de83e400d4f9264ca (patch) | |
| tree | f04e0153a6cdd56abd113e9cdbb92e1fe0a89ec2 /frontend/src/css | |
| parent | make mobile less ass (diff) | |
| download | ctrl-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.css | 6 |
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; |