about summary refs log tree commit diff stats
path: root/frontend/static
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static')
-rw-r--r--frontend/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css
index c8d8cf6..ff4cc6e 100644
--- a/frontend/static/style.css
+++ b/frontend/static/style.css
@@ -125,3 +125,7 @@ h3 {
   font-size: 1.25rem;
   display: inline-block;
 }
+
+blockquote > p {
+  margin: unset;
+}