From a15a35b4ced0df4d0643456c2f4e3024ea1c1b13 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Sun, 14 Jun 2026 01:10:40 +0200 Subject: [PATCH] Bottom-align homepage blog list --- scripts/build.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.mjs b/scripts/build.mjs index 5a62c81..08ba981 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -216,6 +216,7 @@ const html = ` .left { display: flex; flex-direction: column; + justify-content: space-between; gap: 56px; } .right {