From 84aa7993ef24ed68763db11d141146f82a2f23fd Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 10 Jan 2026 12:46:11 -0500 Subject: tweak spacing --- layouts/_partials/footer.html | 4 ++-- layouts/baseof.html | 2 +- themes/aoidh/assets/aoidh.css | 20 ++++++++++++++------ 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index e3699e0..d7aac7e 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -19,6 +19,6 @@

Powered by Hugo and - Free DNS. - Source code → + Free DNS. + Source code →

diff --git a/layouts/baseof.html b/layouts/baseof.html index e5fd07d..4162138 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -4,7 +4,7 @@ {{ partial "head.html" . }} -
+
{{ partial "header.html" . }}
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index 51571f5..dafb947 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -16,7 +16,7 @@ html { body { margin: 1rem auto; - padding: .5rem 1rem .25rem; + padding: 1rem; max-width: 60rem; border: 1px solid var(--dark-yellow); box-shadow: 2px 2px var(--dark-yellow); @@ -30,9 +30,8 @@ body { background: #fff; } -.content { - margin-left: auto; - margin-right: auto; +#content { + margin: 0 auto; max-width: 45rem; } @@ -142,14 +141,23 @@ th, td { vertical-align: middle; } -footer hr { +footer { margin-top: 2rem; - margin-bottom: .4rem; +} + +footer hr { + margin-top: 0; + margin-bottom: .4em; } footer p { font-size: 90%; text-align: left; + margin-bottom: .1em; +} + +footer :last-child { + margin-bottom: 0; } hr { -- cgit v1.2.3