Skip to content

Commit

Permalink
Fix sizes in data-control=menu
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jun 2, 2013
1 parent 8585cb7 commit b00cb50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/stylesheets/lungo.layout.nav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ nav
/* ========================================================================= */
&[data-control=menu]
position: absolute
left:0
left: 0
top: HEADER_HEIGHT
visibility: hidden
z-index: 2
Expand Down Expand Up @@ -110,7 +110,9 @@ nav
& > .icon
position: absolute
left: 0.5em
font-size: 1.5em
top: 0.5em
font-size: FONT_SIZE_LARGE
line-height: 1.0em

/* ========================================================================= */
/* ================================ FOOTER ================================= */
Expand Down

0 comments on commit b00cb50

Please sign in to comment.