]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix hero pages
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 11 Sep 2016 10:31:34 +0000 (11:31 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 11 Sep 2016 10:31:34 +0000 (11:31 +0100)
sass/base/helpers.sass
sass/layout/hero.sass

index 68c964c032790fd6d34e4c2cec535f769abb728c..b4108db846c78d641daa70336d3bda2a2c901ee4 100644 (file)
@@ -100,5 +100,8 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
 .is-marginless
   margin: 0 !important
 
+.is-paddingless
+  padding: 0 !important
+
 .is-unselectable
   @extend .unselectable
index 380241ab5b43746b5316b0d22e5ccaf5d4538949..e92b4def8643b2edd4a176e7a0b0689ffe16c286 100644 (file)
@@ -42,7 +42,7 @@
   flex-shrink: 0
   padding: 40px 20px
   // Responsiveness
-  +widescreen
+  +from(1240px)
     padding-left: 0
     padding-right: 0