Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
change menu width from em to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Askew committed Mar 13, 2014
1 parent 1979694 commit f80c9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabricator/scss/partials/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $color--accent: #51c1ab;


// menu
$menu-width: 16em;
$menu-width: 16rem;


/* placeholders */
Expand Down

0 comments on commit f80c9a4

Please sign in to comment.