add support for comments on any page
This commit is contained in:
20
css/main.css
20
css/main.css
@ -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 {
|
||||
|
Reference in New Issue
Block a user