From b00cb50cdc91bd3802f540bf38a0a6904bdceed7 Mon Sep 17 00:00:00 2001 From: soyjavi Date: Sun, 2 Jun 2013 12:07:28 +0200 Subject: [PATCH] Fix sizes in data-control=menu --- src/stylesheets/lungo.layout.nav.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/stylesheets/lungo.layout.nav.styl b/src/stylesheets/lungo.layout.nav.styl index ab3bd531..ac621242 100755 --- a/src/stylesheets/lungo.layout.nav.styl +++ b/src/stylesheets/lungo.layout.nav.styl @@ -73,7 +73,7 @@ nav /* ========================================================================= */ &[data-control=menu] position: absolute - left:0 + left: 0 top: HEADER_HEIGHT visibility: hidden z-index: 2 @@ -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 ================================= */