Skip to content

Commit

Permalink
add header in css
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Oct 12, 2018
1 parent 8f7a9fb commit 639c01e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="mb-0 h5 py-1">Bootstrap stepper</h1>
</a>
</div>
</nav>
<div class="container flex-grow-1 flex-shrink-0">
<div class="container flex-grow-1 flex-shrink-0 mt-2">
<div class="row">
<div>
<h2>Examples</h2>
Expand Down
6 changes: 6 additions & 0 deletions src/css/bs-stepper.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
* bsStepper v1.0.0 (https://github.com/Johann-S/bs-stepper)
* Copyright 2018 Johann-S <[email protected]>
* Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
*/

.bs-stepper {
display: block;
}
Expand Down

0 comments on commit 639c01e

Please sign in to comment.