Przeglądaj źródła

Fix sizes in data-control=menu

soyjavi 13 lat temu
rodzic
commit
b00cb50cdc
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      src/stylesheets/lungo.layout.nav.styl

+ 4 - 2
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 ================================= */