summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2017-09-02 19:11:45 -0700
committerBryan Newbold <bnewbold@archive.org>2017-09-02 19:11:45 -0700
commiteae3fdd06acaa48bd3dbc23225b21dc26a028691 (patch)
treedd2c3c8c3698ebe1b9bf4163148539f12393834b /static
parent43d5da07d56481f7f3cc11fa857326427fcea149 (diff)
downloadarchive3k.org-eae3fdd06acaa48bd3dbc23225b21dc26a028691.tar.gz
archive3k.org-eae3fdd06acaa48bd3dbc23225b21dc26a028691.zip
fix over-nesting
Diffstat (limited to 'static')
-rw-r--r--static/style/archive3k.css9
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,