Javi Jimenez Villar 13 år sedan
förälder
incheckning
2091eeb430
2 ändrade filer med 0 tillägg och 6 borttagningar
  1. 0 1
      src/stylesheets/lungo.media.phone.styl
  2. 0 5
      src/stylesheets/lungo.media.tablet.styl

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

@@ -72,4 +72,3 @@
           opacity: 1
         &:hide
           opacity: 0
-

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

@@ -1,9 +1,6 @@
 @import "constants.styl"
 
-
-// TRANSITION_TIME = 1s
 /* ==== Tablet ==== */
-// @media only screen and (min-width: 768px) and (max-width: 1280px)
 @media only screen and (min-width: 768px)
   body
     display-box()
@@ -36,8 +33,6 @@
 
       &[data-children]
         width: 320px
-        // width: 25%
-        // max-width: 320px
 
       & [data-view-aside]
         display: none !important