]> Untitled Git - lemmy.git/commitdiff
Making markdown heading font size smaller
authorDessalines <tyhou13@gmx.com>
Mon, 2 Sep 2019 23:16:08 +0000 (16:16 -0700)
committerDessalines <tyhou13@gmx.com>
Mon, 2 Sep 2019 23:16:08 +0000 (16:16 -0700)
- Fixes #258

ui/src/css/main.css

index d8069169faac6c013932aa339167ee90f152e06d..7bfdb6d0cdfda92b9895bd437d0d59f0b5dfd41a 100644 (file)
@@ -63,6 +63,10 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
   height: auto;
 }
 
+.md-div h1,h2,h3,h4,h5 {
+  font-size:1.171875rem;
+}
+
 .comment-node {
   margin-bottom: 10px;
 }