update & unify the navbars heights

This commit is contained in:
Henry Jameson 2020-10-28 21:47:42 +02:00
parent 7c4af4ce3f
commit fc7dfb3b9e
2 changed files with 6 additions and 3 deletions

View file

@ -333,8 +333,8 @@
box-sizing: border-box;
display: block;
height: 3em;
line-height: 2em;
padding: 0.5em 0.7em;
line-height: 3em;
padding: 0 0.7em;
&:hover {
background-color: $fallback--lightBg;