cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
8a7366349bb5112033abcf6fe2bb93f72ee4a68d
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-03-11T05:23:05Z
theme/static/styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) @@ -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); } /* ============================================================