From 4934915699671a7601fcb933d8bdd14bab27a035 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 4 Sep 2017 02:02:06 -0400 Subject: [PATCH] tweak styling --- src/scripts/browse.tag | 11 +++++++++-- src/styles/riotblog.scss | 5 +++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/scripts/browse.tag b/src/scripts/browse.tag index 9ab2740..fef7f5f 100644 --- a/src/scripts/browse.tag +++ b/src/scripts/browse.tag @@ -35,9 +35,12 @@
-
+
{ return ((ev) => { if (ev !== undefined) { diff --git a/src/styles/riotblog.scss b/src/styles/riotblog.scss index af93f61..10aca43 100644 --- a/src/styles/riotblog.scss +++ b/src/styles/riotblog.scss @@ -99,11 +99,12 @@ $navbarHeight: 100px; .categorybar { max-width: 350px; float: right; + margin-right: 0px !important; + padding: 0px 0px 0px 0px !important; } .fewer-categories { - margin-bottom: 8px; - min-height: 8px; + margin-bottom: 3px; } .more-categories {