Skip to content

Commit

Permalink
Add margin between stacked buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
juliastone0729 committed Oct 23, 2023
1 parent 545415e commit ddf2032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/index/description.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div class="card mb-3">
<div class="card-body">
<p class="card-text">{{ site.description }}</p>
<div class='col-xs-12 button-wrapper'>
<a class="btn btn-dark" href="https://collectionbuilder.github.io/" target="_blank" role="button">CollectionBuilder Website &raquo;</a>
<a class="btn btn-dark" href="https://github.com/CollectionBuilder" target="_blank" role="button">CB Code Repository &raquo;</a>
</div>
</div>
</div>
4 changes: 4 additions & 0 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
Put your custom SCSS here!
This allows you to override any CollectionBuilder or Bootstrap CSS without modifying the base theme files directly.
*/

.button-wrapper .btn {
margin-bottom:5px;
}

0 comments on commit ddf2032

Please sign in to comment.