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