mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add is-fullheight-with-navbar class for heros (#1954)
* Added is-fullheight-with-navbar class for heros * Updated CHANGELOG.md * Updated CHANGELOG.md
This commit is contained in:
committed by
Jeremy Thomas
parent
b59fe40748
commit
b3bf4ea1cf
@@ -97,7 +97,8 @@
|
||||
padding-bottom: 18rem
|
||||
padding-top: 18rem
|
||||
&.is-halfheight,
|
||||
&.is-fullheight
|
||||
&.is-fullheight,
|
||||
&.is-fullheight-with-navbar
|
||||
.hero-body
|
||||
align-items: center
|
||||
display: flex
|
||||
@@ -108,6 +109,8 @@
|
||||
min-height: 50vh
|
||||
&.is-fullheight
|
||||
min-height: 100vh
|
||||
&.is-fullheight-with-navbar
|
||||
min-height: calc(100vh - #{$navbar-height})
|
||||
|
||||
// Components
|
||||
|
||||
|
||||
Reference in New Issue
Block a user