From aab9ef495ad457582a7dbbedc45797df2ed71d4c Mon Sep 17 00:00:00 2001 From: aprzn Date: Mon, 3 Jul 2023 14:07:14 -0400 Subject: [PATCH] fix little css issue --- sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 5e03dbb..79a2857 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -31,7 +31,6 @@ body { #header { text-align: center; - line-height: 2; & > a { border-radius: 1em; background-color: $header-link-bg; @@ -43,6 +42,7 @@ body { text-decoration: none; font-weight: bold; white-space: nowrap; + line-height: 2; &:hover { color: $link-hover; }