diff options
Diffstat (limited to '')
-rw-r--r-- | src/scss/post.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/scss/post.scss b/src/scss/post.scss index 5d78991..26025f5 100644 --- a/src/scss/post.scss +++ b/src/scss/post.scss @@ -7,6 +7,17 @@ .post { padding-bottom: 0; + + .content { + margin-top: $inner-gap / 2; + word-wrap: break-word; + } + + .comment { + .sub-card { + max-width: calc(100% - #{$pfp-width} - #{$inner-gap}); + } + } } } |