sup

A curses threads-with-tags style email client

sup-website.git

git clone https://supmua.dev/git/sup-website/
commit 27082aeac1dbfe8162cf72cdb1a743538521b0ed
parent daa62162e7d3cc6b49a0e364a40db5e0c71ff964
Author: Dan Callaghan <djc@djc.id.au>
Date:   Fri,  3 Apr 2026 18:49:12 +1100

a bit more vertical separation between sections of main content

Diffstat:
M stylesheets/stylesheet.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
@@ -27,7 +27,7 @@ section {
 }
 
 h1, h2, h3, h4, h5, h6 {
-  margin: 0 0 20px;
+  margin-top: 30px;
 }
 
 li {