فهرست منبع

Fix error in aside lists

soyjavi 13 سال پیش
والد
کامیت
6ec20d8bc4
3فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 0 2
      src/stylesheets/lungo.layout.list.styl
  2. 1 1
      src/stylesheets/lungo.layout.styl
  3. 0 1
      src/stylesheets/lungo.media.tablet.styl

+ 0 - 2
src/stylesheets/lungo.layout.list.styl

@@ -10,7 +10,6 @@
 @import "__init.styl"
 
 .list
-
   & li
     list-style-type: none
     padding: LIST_PADDING LIST_PADDING_HORIZONTAL (LIST_PADDING - 1) LIST_PADDING_HORIZONTAL
@@ -64,7 +63,6 @@
     & strong
       position: relative
       font-size: FONT_SIZE_BIG
-      font-weight: 400
 
     & small
       display: block

+ 1 - 1
src/stylesheets/lungo.layout.styl

@@ -94,7 +94,7 @@ body
   /* ================================= ASIDE ================================= */
   /* ========================================================================= */
   & > aside
-    min-width: ASIDE_WIDTH
+    width: ASIDE_WIDTH
     display: none
     z-index: -1
     &.active, &.show

+ 0 - 1
src/stylesheets/lungo.media.tablet.styl

@@ -8,7 +8,6 @@
     overflow: hidden
 
     & > aside
-      width 15%
       transform translateX(-100%)
       transition-property transform
       transition-duration TRANSITION_TIME