diff options
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r-- | web/sass-files/sass/partials/_post_right.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss index 4cf3e32a1..da5bcbad2 100644 --- a/web/sass-files/sass/partials/_post_right.scss +++ b/web/sass-files/sass/partials/_post_right.scss @@ -11,8 +11,8 @@ .post { &.post--root { - padding: 0 1em 0; - margin: 1em 0; + padding: 1em 1em 0; + margin: 0 0 1em; hr { border-color: #DDD; margin: 1em 0 0 0; |