diff options
Diffstat (limited to 'design/sass/_comments.scss')
-rw-r--r-- | design/sass/_comments.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/design/sass/_comments.scss b/design/sass/_comments.scss index f5a533e..a7c68be 100644 --- a/design/sass/_comments.scss +++ b/design/sass/_comments.scss @@ -15,6 +15,7 @@ .comment { margin-top: 2.5em; margin-bottom: 2.5em; + padding-top: 3rem; &:first-child { margin-top: none; } @@ -37,6 +38,15 @@ .comment--body { margin-bottom: 3em; @include fontsize(22); + hr { + width: 20%; + overflow: visible; + padding: 0; + border: none; + border-top: 2px solid #d4d4d4; + color: #efefef; + background: none; + } } .who { @include fancy_sans; |