Skip to content

Commit

Permalink
Fixed #16 + moved .post-full-comments class
Browse files Browse the repository at this point in the history
  • Loading branch information
christophery committed Aug 28, 2020
1 parent dd40f77 commit 687f947
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion built/screen.css.map

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1546,16 +1546,6 @@ Usage (In Ghost editor):
opacity: 0.15;
}


/* Comments
/* ---------------------------------------------------------- */

.post-full-comments {
margin: 0 auto;
max-width: 840px;
}


/* Related posts
/* ---------------------------------------------------------- */

Expand Down Expand Up @@ -2780,6 +2770,11 @@ embed, iframe, object {
/* Comments
/* ---------------------------------------------------------- */

.post-full-comments {
margin: 0 auto;
max-width: 840px;
}

.comment-respond{
padding: 0 6vw 0;
}
Expand Down Expand Up @@ -2878,6 +2873,13 @@ embed, iframe, object {
-webkit-font-smoothing: subpixel-antialiased;
}

.no-comments{
font-weight: bold;
text-align: center;
font-size: 2rem;
margin-bottom: 20px;
}

/* Comments List */

.comments-area{
Expand Down

0 comments on commit 687f947

Please sign in to comment.