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; }