fix little css issue

main
aprzn 1 year ago
parent 499fa1f2ba
commit aab9ef495a

@ -31,7 +31,6 @@ body {
#header { #header {
text-align: center; text-align: center;
line-height: 2;
& > a { & > a {
border-radius: 1em; border-radius: 1em;
background-color: $header-link-bg; background-color: $header-link-bg;
@ -43,6 +42,7 @@ body {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
line-height: 2;
&:hover { &:hover {
color: $link-hover; color: $link-hover;
} }

Loading…
Cancel
Save