mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix hero docs
This commit is contained in:
parent
462336f602
commit
92075252cc
@ -457,14 +457,11 @@ meta:
|
|||||||
|
|
||||||
<div class="bd-example is-fullwidth">
|
<div class="bd-example is-fullwidth">
|
||||||
{% include examples/navbar-basic.html %}
|
{% include examples/navbar-basic.html %}
|
||||||
<section class="hero is-success is-fullheight-with-navbar">
|
<section class="hero is-link is-fullheight-with-navbar">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="title">
|
<p class="title">
|
||||||
Fullheight title
|
Fullheight hero with navbar
|
||||||
</p>
|
|
||||||
<p class="subtitle">
|
|
||||||
Fullheight subtitle
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -472,15 +469,12 @@ meta:
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<section class="hero is-success is-fullheight">
|
<section class="hero is-link is-fullheight">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Fullheight title
|
Fullheight hero with navbar
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle">
|
|
||||||
Fullheight subtitle
|
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user