diff options
| author | jackyzha0 <[email protected]> | 2020-05-26 23:00:26 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-26 23:00:26 -0700 |
| commit | de61ac85e7b8c9b9a1102f7aa4f0313a6afbc078 (patch) | |
| tree | 6a2ab1446457aa24065a82a74313cae1e611ce9c /frontend/src/css | |
| parent | Merge pull request #40 from jackyzha0/add-tab-support (diff) | |
| download | ctrl-v-de61ac85e7b8c9b9a1102f7aa4f0313a6afbc078.tar.xz ctrl-v-de61ac85e7b8c9b9a1102f7aa4f0313a6afbc078.zip | |
make mobile less ass
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index e654c2b..344fd01 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -1,3 +1,15 @@ +@media all and (max-width: 1000px) { + .lt-content-column { + padding: 0 calc(5vw + 1em) 0 5vw !important; + } +} + +@media all and (max-width: 850px) { + .lt-content-column { + padding: 0 calc(5vw + 1em) 0 5vw !important; + } +} + body { margin: 0; padding: 0; |