]> cat aescling's git repositories - mastodon.git/commitdiff
Make headers font size proportional
authorThibaut Girka <thib@sitedethib.com>
Tue, 21 May 2019 11:11:06 +0000 (13:11 +0200)
committerThibG <thib@sitedethib.com>
Thu, 23 May 2019 10:41:38 +0000 (12:41 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index 62f0a815f1e440ef5e4374f833629d0da72154ef..327694a7ecde978a3ce0cb311e4cb7fd690dc436 100644 (file)
 
     h1, h2 {
       font-weight: 700;
-      font-size: 18px;
+      font-size: 1.2em;
     }
 
     h2 {
-      font-size: 16px;
+      font-size: 1.1em;
     }
 
     h3, h4, h5 {