From 52f726b04a692cd606c2103bd7d931451c822b2b 2017-08-21 01:06:21 From: Joshua Simmons Date: 2017-08-21 01:06:21 Subject: [PATCH] less padding for the padding throne --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index b61ca7cb9741e6e5903e51969d7fce624e0f91e0..86d7b50055b1942824d6d4fdd1c89e19382cfd4e 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; } }