Update navigation.scss

Changed padding rather than height
This commit is contained in:
St19_Galla 2016-06-23 17:06:40 -04:00 committed by GitHub
parent ab2dc47921
commit 49f6a6bee2

View file

@ -73,7 +73,7 @@
.link { .link {
> a { > a {
display: block; display: block;
padding: 13px 15px 3px 15px; padding: 13px 15px 4px 15px;
height: 33px; height: 33px;
text-decoration: none; text-decoration: none;
@ -84,7 +84,6 @@
&:hover { &:hover {
background-color: $active-gray; background-color: $active-gray;
height: 34px;
} }
} }
} }