diff options
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 4d9f08c1f..0ca167173 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -33,7 +33,7 @@ .status__content__text, .e-content { - h1, h2, h3, h4, h5 { + h1, h2, h3, h4, h5, h6 { margin-top: 20px; margin-bottom: 20px; } @@ -47,7 +47,7 @@ font-size: 16px; } - h3, h4, h5 { + h3, h4, h5, h6 { font-weight: 500; } @@ -58,7 +58,7 @@ white-space: normal; p:last-child { - margin-bottom: 0; + margin-bottom: 20px; } } @@ -81,6 +81,10 @@ p { margin: 0; } + + li:last-child { + margin-bottom: 20px; + } } ul { |