commit 86b2d2d0b5350868894e6e6599ead770e432acbd
Author: tri <tri@thac.loan>
Date:   Mon Oct 13 18:34:30 2025 +0700

    make sure background covers whole viewport

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>