Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz P <bananq@gmail.com>2019-03-17 16:31:56 +0300
committerMateusz P <bananq@gmail.com>2019-03-17 16:31:56 +0300
commitffadc170e5e79ddf5ba6a636b5a004befbea8e88 (patch)
tree3e07a5ee75c524f1b3e12ba6b00e42c94c9fe509
parent2513e31f732794e54f62edaf3fde9fe5ab129dfe (diff)
Added missing Hero html example
There was missing HTML example of the hero component in the documentation.
-rw-r--r--docs/src/layout/hero.pug7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/src/layout/hero.pug b/docs/src/layout/hero.pug
index 2e977be..4ebdf17 100644
--- a/docs/src/layout/hero.pug
+++ b/docs/src/layout/hero.pug
@@ -24,7 +24,12 @@ block docs-content
pre.code(data-lang='HTML')
code
:highlight(lang="html")
- <!-- hero example -->
+ <div class="hero bg-gray">
+ <div class="hero-body">
+ <h1>Hero title</h1>
+ <p>This is a hero example</p>
+ </div>
+ </div>
.docs-demo.columns
.column