diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 19:11:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 19:11:45 -0700 |
commit | eae3fdd06acaa48bd3dbc23225b21dc26a028691 (patch) | |
tree | dd2c3c8c3698ebe1b9bf4163148539f12393834b /static | |
parent | 43d5da07d56481f7f3cc11fa857326427fcea149 (diff) | |
download | archive3k.org-eae3fdd06acaa48bd3dbc23225b21dc26a028691.tar.gz archive3k.org-eae3fdd06acaa48bd3dbc23225b21dc26a028691.zip |
fix over-nesting
Diffstat (limited to 'static')
-rw-r--r-- | static/style/archive3k.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style/archive3k.css b/static/style/archive3k.css index 7b49aa7..67e1f88 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -111,6 +111,15 @@ h1 { margin-bottom: 1em; } +/* Mobile Hacking */ +@media (max-width: @screen-sm-max) { + .container { + margin-left: 0px; + margin-right: 0px; + padding-left: 0px; + padding-right: 0px; + } +} /* Change font */ body, |