From 52f726b04a692cd606c2103bd7d931451c822b2b Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sun, 20 Aug 2017 18:06:21 -0700 Subject: [PATCH] less padding for the padding throne --- static/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index b61ca7c..86d7b50 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -369,7 +369,7 @@ footer .footer-copy { @media (max-width: 992px) and (min-width: 768px) { .nav > li > a { - padding: 15px 9px; + padding: 15px 7px; } }