mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Update navigation.scss
Changed padding rather than height
This commit is contained in:
parent
ab2dc47921
commit
49f6a6bee2
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue