Skip to content

Commit

Permalink
removed width and height sass styling on menu-icon svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangehill authored Jul 30, 2016
1 parent bbdd005 commit 7e6ab30
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,8 @@
padding-top: 10px;
text-align: center;

> svg {
width: 18px;
height: 15px;

path {
fill: $grey-color-dark;
}
> svg path {
fill: $grey-color-dark;
}
}

Expand Down

0 comments on commit 7e6ab30

Please sign in to comment.