]> git.wh0rd.org - nano-editor.git/commitdiff
reduce blockquote margins on mobile
authorMike Frysinger <vapier@gentoo.org>
Sat, 25 Nov 2023 16:58:24 +0000 (11:58 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 25 Nov 2023 16:58:24 +0000 (11:58 -0500)
style.css

index be33cd90846f43ca55c9a3fac0a9cd6c9536cf1c..8db3c1f9c8cb193c69471340beb19a9a3848bc12 100644 (file)
--- a/style.css
+++ b/style.css
@@ -98,6 +98,10 @@ body {
        margin: 0px;
 }
 
+blockquote {
+       margin: 1em 0 1em 0;
+}
+
 table#homepage {
        font-size: x-small;
 }