mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Fix #2642
This commit is contained in:
@@ -34,7 +34,7 @@ meta:
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
For the <a href="#full-height-hero">full height hero</a> to work, you will also need a <code>hero-head</code> and a <code>hero-foot</code>.
|
For the <a href="#fullheight-hero">fullheight hero</a> to work, you will also need a <code>hero-head</code> and a <code>hero-foot</code>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -411,20 +411,20 @@ meta:
|
|||||||
</section>
|
</section>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<div class="bd-example is-fullwidth">
|
<div id="fullheight-hero" class="bd-example is-fullwidth">
|
||||||
<section class="hero is-success is-fullheight">
|
<section class="hero is-success is-fullheight">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="title">
|
<p class="title">
|
||||||
Fullheight title
|
Fullheight title
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
Fullheight subtitle
|
Fullheight subtitle
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<section class="hero is-success is-fullheight">
|
<section class="hero is-success is-fullheight">
|
||||||
|
|||||||
Reference in New Issue
Block a user