Browse Source

Add styles for quote citings

Apis Necros 2 years ago
parent
commit
5bf35ed304
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/css/base.css

+ 4 - 0
static/css/base.css

@@ -12,6 +12,10 @@
         @apply whitespace-nowrap;
     }
 
+    blockquote cite {
+        display: block;
+    }
+
     h1,
     h2,
     h3,