From 86b2d2d0b5350868894e6e6599ead770e432acbd Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Mon, 13 Oct 2025 18:34:30 +0700
Subject: [PATCH] make sure background covers whole viewport

---
 _loa/style.css | 1 +
 atom.xml       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/_loa/style.css b/_loa/style.css
index acd8f8b..f860f1a 100644
--- a/_loa/style.css
+++ b/_loa/style.css
@@ -19,6 +19,7 @@
 
 body {
   max-width: 50rem;
+  min-height: 100vh;
   margin: auto;
   padding: var(--base-padding);
 }
diff --git a/atom.xml b/atom.xml
index 999e196..1a8b688 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
 <subtitle>shouting into the void</subtitle>
 <link href="https://loa.thac.loan/atom.xml" rel="self" />
 <id>https://loa.thac.loan/</id>
-<updated>2025-10-13T18:31:05+07:00</updated>
+<updated>2025-10-13T18:34:09+07:00</updated>
 <entry>
   <id>https://loa.thac.loan/spite/</id>
   <title>Spite-driven development, or how I ended up writing my own git server software</title>
-- 
2.47.3

