From b6ea8f8e0c82205676e9cff40c477ff6a1b17523 Mon Sep 17 00:00:00 2001 From: neonsea <36747857+neonsea@users.noreply.github.com> Date: Sat, 2 Jun 2018 23:06:22 +0300 Subject: [Wiki] Prefer horizontal whitespace over vertical (#85) * [Wiki] Prefer horizontal whitespace over vertical This should fix the issue with the long vertical bar of whitespace under the menu toggle button on mobile, whilst also not breaking centering of content. * [Wiki] Prefer horizontal whitespace over vertical This removes the vertical bar of whitespace under the menu toggle button in favor of a horizontal line on mobile. * Fix indentation error --- templates/wiki/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/wiki/base.html b/templates/wiki/base.html index b34af7ad..316e3d22 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -188,11 +188,13 @@ - -
-
-
- {% block content %}{% endblock %} +
+ +
+
+
+ {% block content %}{% endblock %} +
-- cgit v1.2.3