From 8a7366349bb5112033abcf6fe2bb93f72ee4a68d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 11 Mar 2026 00:23:05 -0500 Subject: fix some spacing issues --- theme/static/styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index b8c0abc..190b454 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -57,7 +57,6 @@ header { padding-left: var(--pad); padding-right: var(--pad); } -main { padding-bottom: 6rem; } footer { padding-bottom: 3rem; } /* Prose constraint — applied to article/page body text only */ @@ -108,7 +107,8 @@ footer { padding-bottom: 3rem; } .masthead nav ul { list-style: none; display: flex; -}.masthead nav li { flex: 1; } +} +.masthead nav li { flex: 1; } .masthead nav a { display: block; text-align: center; @@ -119,10 +119,9 @@ footer { padding-bottom: 3rem; } letter-spacing: 0.16em; text-decoration: none; color: var(--meta); - border-right: 1px solid var(--border-soft); + border: 1px solid var(--border-soft); transition: color 0.1s, background 0.1s; } -.masthead nav li:last-child a { border-right: none; } .masthead nav a:hover { color: var(--bg); background: var(--fg); } /* ============================================================ -- cgit v1.2.3