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 +++++++++ theme/templates/index.html | 7 ------- 2 files changed, 9 insertions(+), 7 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, diff --git a/theme/templates/index.html b/theme/templates/index.html index bf8e8a3..3ee98a0 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -11,7 +11,6 @@
-

@@ -129,15 +128,12 @@
-
{% endblock %} {% block content %} -
-
@@ -400,7 +396,4 @@
- - -
{% endblock %} -- cgit v1.2.3