summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-08-23 18:28:59 +0200
committerLibravatar GitHub <noreply@github.com>2023-08-23 18:28:59 +0200
commit083e8f35b3bff2519cd18aaacb6fcfd471869e2a (patch)
treef97f81630a7c5e6905efa2dfc72096b1730e5162 /web/source/css
parent[feature] list commands for both attachment and emojis (#2121) (diff)
downloadgotosocial-083e8f35b3bff2519cd18aaacb6fcfd471869e2a.tar.xz
[bugfix/frontend] Normalize header sizes (#2152)
* [bugfix/frontend] Normalize header sizes * ensmallen heading a little
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/status.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css
index 3d0037557..f980399c7 100644
--- a/web/source/css/status.css
+++ b/web/source/css/status.css
@@ -152,7 +152,33 @@ main {
}
.content {
+ h1 {
+ margin: 0;
+ font-size: 1.8rem;
+ }
+
+ h2 {
+ margin: 0;
+ font-size: 1.6rem;
+ }
+
+ h3 {
+ margin: 0;
+ font-size: 1.4rem;
+ }
+
+ h4 {
+ margin: 0;
+ font-size: 1.2rem;
+ }
+
+ h5 {
+ margin: 0;
+ font-size: 1rem;
+ }
+
word-break: break-word;
+ line-height: initial;
blockquote {
padding: 0.5rem 0 0.5rem 0.5rem;