浏览代码

Add is-halfheight to hero (#783)

* Add is-halfheight to hero

* Remove duplication
Felipe Silva 8 年之前
父节点
当前提交
eec09cc063
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      sass/layout/hero.sass

+ 5 - 1
sass/layout/hero.sass

@@ -142,11 +142,15 @@
       .hero-body
         padding-bottom: 18rem
         padding-top: 18rem
+  &.is-halfheight,
   &.is-fullheight
-    min-height: 100vh
     .hero-body
       align-items: center
       display: flex
       & > .container
         flex-grow: 1
         flex-shrink: 1
+  &.is-halfheight
+    min-height: 50vh
+  &.is-fullheight
+    min-height: 100vh