From 2d40fe0d6aba836b768464c9cb47afce2a0ece6a Mon Sep 17 00:00:00 2001 From: JohnEmerson1406 Date: Sat, 19 Dec 2020 19:46:13 -0300 Subject: [PATCH] refactor: change line-height of popup-close --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5b0025a..72fe7b3 100644 --- a/style.css +++ b/style.css @@ -213,7 +213,7 @@ body { background-color: var(--bgColor); z-index: 4; color: var(--accentColor); - line-height: 3rem; + line-height: 2.7rem; text-align: center; cursor: pointer; text-decoration: none;