Skip to content

Commit 639c01e

Browse files
committed
add header in css
1 parent 8f7a9fb commit 639c01e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1 class="mb-0 h5 py-1">Bootstrap stepper</h1>
3333
</a>
3434
</div>
3535
</nav>
36-
<div class="container flex-grow-1 flex-shrink-0">
36+
<div class="container flex-grow-1 flex-shrink-0 mt-2">
3737
<div class="row">
3838
<div>
3939
<h2>Examples</h2>

src/css/bs-stepper.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
.bs-stepper {
28
display: block;
39
}

0 commit comments

Comments
 (0)