add support for comments on any page

This commit is contained in:
Dean Attali 2015-03-13 18:35:19 -07:00
parent ff0de0bb13
commit bde8a560c7
4 changed files with 24 additions and 11 deletions

View file

@ -77,6 +77,16 @@ img::-moz-selection {
background: transparent;
}
.disqus-comments {
margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.disqus-comments {
margin-top: 40px;
}
}
/* --- Navbar --- */
.navbar-custom {
@ -322,16 +332,6 @@ header.header-post .post-heading .post-subheading {
border-bottom-left-radius: 5px;
}
.blog-comments {
margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.blog-comments {
margin-top: 40px;
}
}
/* --- Pager --- */
.pager li a {