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