add support for comments on any page
This commit is contained in:
parent
ff0de0bb13
commit
bde8a560c7
4 changed files with 24 additions and 11 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue