From eae3fdd06acaa48bd3dbc23225b21dc26a028691 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 2 Sep 2017 19:11:45 -0700 Subject: fix over-nesting --- static/style/archive3k.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') 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, -- cgit v1.2.3