From 7545d6167a95c1601baa7718313c1e2f96b34411 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 6 Apr 2026 13:07:55 -0500 Subject: realign homepage and fix post-list CSS --- theme/static/styles.css | 2 +- theme/templates/index.html | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index 74040e6..59ea095 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -3,7 +3,7 @@ a, a:visited { color: #0000ff; } nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } nav ul li { padding-right: 0.5rem;} img { max-width: 100%; } -.post-list { padding: 0; } +.post-list { padding: 0; padding-inline-start: 0; } .post-list-item { display: flex; list-style: none; align-items: baseline; } .post-list-item time { padding-right: 0.5rem; white-space: nowrap; } .post-list-item a { flex-grow: 1; white-space: normal; } diff --git a/theme/templates/index.html b/theme/templates/index.html index 0cfe8ba..68685a0 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -6,6 +6,14 @@

Uses · Now

+
+

Recent Posts

+ +

All Posts →

+
+

Projects

Things I've built.

@@ -14,13 +22,7 @@
  • Rune: iOS client for Njalla
  • Audit Tools: Automated scripts for auditors
  • -

    Find my SourceHut and GitHub profile links below.

    -
    - -
    -

    Recent Posts

    - -

    All Posts →

    +

    Find my SourceHut and GitHub profile links below for more projects.

    @@ -29,7 +31,7 @@
  • Sourcehut (primary): ~ccleberg
  • GitHub (backup): @ccleberg
  • Email: hello@cleberg.net (GPG)
  • -
  • Signal: @cmc.01
  • +
  • Signal: @cmc.01
  • {% endblock %} -- cgit v1.2.3