From b7d33a86e500b34c965b3e004cbd5cfa045d7f13 Mon Sep 17 00:00:00 2001 From: Nevan Scott Date: Sat, 9 Dec 2017 18:46:05 +0100 Subject: [PATCH] Hide the border when not a sidebar --- themes/cupper/static/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/cupper/static/css/styles.css b/themes/cupper/static/css/styles.css index f6d8c1d..046b7d8 100644 --- a/themes/cupper/static/css/styles.css +++ b/themes/cupper/static/css/styles.css @@ -842,6 +842,9 @@ h1 svg { .intro { text-align: center; } + .intro-and-nav { + border-right: none; + } .intro-and-nav > div { padding: 1.5rem; }