mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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 {
|
||||
> 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue