From 1159cce4e1dccdec0ac930d2be3f27c9f32eaec4 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 14 Feb 2020 10:48:37 +0700 Subject: [PATCH] Update buttons.css --- assets/css/components/buttons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/components/buttons.css b/assets/css/components/buttons.css index 164fb7cc..1456ecd0 100644 --- a/assets/css/components/buttons.css +++ b/assets/css/components/buttons.css @@ -32,10 +32,10 @@ } .gh-button.gh-button-large { - height: calc(var(--height) * 1.14); - line-height: calc(var(--height) * 1.14); - padding: 0 3rem; - font-size: 1.6rem; + height: calc(var(--height) * 1.2); + line-height: calc(var(--height) * 1.2); + padding: 0 2.5rem; + font-size: 1.7rem; } .gh-button.gh-button-disabled,