]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.planet: less blockquote margins on mobile
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Jan 2023 00:38:04 +0000 (16:38 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Jan 2023 00:38:04 +0000 (16:38 -0800)
extra/webapps/planet/planet.css

index 549e9e9b73a7bb80050291b01f22adf7919df343..0a7582bdf39995f9f2afb71e72b1e075182867c1 100644 (file)
@@ -45,6 +45,10 @@ pre, code {
     .posts {
         margin-right: 0;
     }
+
+    blockquote {
+        margin: 0.5rem;
+    }
 }
 
 /* Dark mode */