mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Makes is-full-height-with-navbar samples match
This commit is contained in:
committed by
Jeremy Thomas
parent
9f89f7252c
commit
14dac4c562
@@ -469,12 +469,12 @@ meta:
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<section class="hero is-link is-fullheight">
|
<section class="hero is-link is-fullheight-with-navbar">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">
|
<p class="title">
|
||||||
Fullheight hero with navbar
|
Fullheight hero with navbar
|
||||||
</h1>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user