From 76576ff19b193a49918ad5bd13475e3b8fa0c586 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 17 Dec 2020 18:29:41 +0000 Subject: [PATCH] fixed line height --- src/sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/style.scss b/src/sass/style.scss index 323aab848..866fafcd4 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -2908,7 +2908,7 @@ key { width: 3rem; height: 3rem; text-align: center; - line-height: 4rem; + line-height: 3rem; background: var(--main-color); border-radius: 99rem; z-index: 99;