From bce788ea9e40c5e23dc1bc335bd9d7214f56d218 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Tue, 4 Apr 2017 14:28:04 -0700 Subject: [PATCH] Optically center button text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Klavika has an em box that sits in such a way that it always looks a few pixels toward the top. This fixed it optically. It’s ugly, I know. --- website/source/assets/stylesheets/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_buttons.scss b/website/source/assets/stylesheets/_buttons.scss index e1037e818..ecbf41d20 100644 --- a/website/source/assets/stylesheets/_buttons.scss +++ b/website/source/assets/stylesheets/_buttons.scss @@ -9,7 +9,7 @@ font-weight: $button-font-weight; letter-spacing: 1px; margin-bottom: 4px; - padding: 10px 30px; + padding: 12px 30px 10px 30px; text-transform: uppercase; text-decoration: none;