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

@ -117,8 +117,11 @@
a {
display: block;
box-sizing: border-box;
align-items: stretch;
padding: 0.9em 1em;
height: 3.5em;
line-height: 3.5em;
padding: 0 1em;
&:hover {
background-color: $fallback--lightBg;

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;