cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
a9add7b78faefed8c55e44d36120a3d4f7b7b015
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-12-17T16:01:03Z
committer: <noreply@github.com>
theme/static/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) @@ -6,9 +6,12 @@ body { max-width: 50em; } -body, +body { + padding: 1rem; +} + footer { - padding: 1rem 0; + margin: 1rem 0; } nav {