Add space before disqus

This commit is contained in:
Paul Pacheco 2018-12-23 09:59:40 -06:00
parent 7ddb7df4ad
commit 62051c74b0
2 changed files with 4 additions and 0 deletions

3
docs/_sass/disqus.scss Normal file
View File

@ -0,0 +1,3 @@
#disqus_thread {
margin-top:2em;
}

View File

@ -7,6 +7,7 @@
@import "syntax-highlighting";
@import "bootstrap-4-jekyll/bootstrap-4-jekyll";
@import "content";
@import "disqus";
@import "bootstrap_customization";
@import "navbar";
@import "sidebar";