diff options
| author | Christian Cleberg <[email protected]> | 2026-03-11 00:23:05 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-11 00:23:05 -0500 |
| commit | 8a7366349bb5112033abcf6fe2bb93f72ee4a68d (patch) | |
| tree | 6e799752b730bd37c17cc9cf0ff63500146c1547 | |
| parent | c158b54349e8a4e22f991a3d76446c3e907ec3aa (diff) | |
| download | cleberg.net-8a7366349bb5112033abcf6fe2bb93f72ee4a68d.tar.gz cleberg.net-8a7366349bb5112033abcf6fe2bb93f72ee4a68d.tar.bz2 cleberg.net-8a7366349bb5112033abcf6fe2bb93f72ee4a68d.zip | |
fix some spacing issues
| -rw-r--r-- | theme/static/styles.css | 7 |
1 files changed, 3 insertions, 4 deletions
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); } /* ============================================================ |
