This commit is contained in:
Jeremy Thomas
2018-10-31 18:19:43 +00:00
parent 892c7e7d3b
commit c50cc06e5a
4 changed files with 11 additions and 6 deletions

View File

@@ -420,3 +420,9 @@ a.navbar-item,
&.is-active
.navbar-link
background-color: $navbar-item-hover-background-color
// Combination
.hero
&.is-fullheight-with-navbar
min-height: calc(100vh - #{$navbar-height})

View File

@@ -109,8 +109,6 @@
min-height: 50vh
&.is-fullheight
min-height: 100vh
&.is-fullheight-with-navbar
min-height: calc(100vh - #{$navbar-height})
// Components