Skip to content

Commit 7a8f920

Browse files
committed
fix(website): Fixes & responsive stuff for doc
1 parent 1a52dd9 commit 7a8f920

File tree

6 files changed

+405
-521
lines changed

6 files changed

+405
-521
lines changed

docs/_layouts/default.html

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
{% include header.html %}
2424

2525
{{ content }}
26-
{{page.url}}
2726

2827
{%if page.noFooter == null %}
2928
{% include footer.html %}

docs/css/_bootstrap.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Components
2626
@import "bootstrap/component-animations";
2727
// @import "bootstrap/dropdowns";
28-
@import "bootstrap/button-groups";
28+
// @import "bootstrap/button-groups";
2929
@import "bootstrap/input-groups";
3030
@import "bootstrap/navs";
3131
@import "bootstrap/navbar";

0 commit comments

Comments
 (0)