We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7a9fb commit 639c01eCopy full SHA for 639c01e
docs/index.html
@@ -33,7 +33,7 @@ <h1 class="mb-0 h5 py-1">Bootstrap stepper</h1>
33
</a>
34
</div>
35
</nav>
36
- <div class="container flex-grow-1 flex-shrink-0">
+ <div class="container flex-grow-1 flex-shrink-0 mt-2">
37
<div class="row">
38
<div>
39
<h2>Examples</h2>
src/css/bs-stepper.css
@@ -1,3 +1,9 @@
1
+/*!
2
+ * bsStepper v1.0.0 (https://github.com/Johann-S/bs-stepper)
3
+ * Copyright 2018 Johann-S <johann.servoire@gmail.com>
4
+ * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
5
+ */
6
+
7
.bs-stepper {
8
display: block;
9
}
0 commit comments