From 2a0b162a020eef97b55294673ea13219a4202ba8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 Jun 2026 21:10:03 -0400 Subject: [PATCH] Stretch home right column --- site/index.html | 2 +- site/style.css | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/site/index.html b/site/index.html index 370237a..39addfd 100644 --- a/site/index.html +++ b/site/index.html @@ -8,7 +8,7 @@ - + diff --git a/site/style.css b/site/style.css index 3713648..c280b53 100644 --- a/site/style.css +++ b/site/style.css @@ -1867,4 +1867,21 @@ button.inline-link, .right-stack .leaderboard-card { flex: 1; } -\n \ No newline at end of file +\n + + +/* Home layout: stretch right column to match server status card */ +.home-grid { + align-items: stretch; +} + +.right-stack { + display: flex; + flex-direction: column; + height: 100%; +} + +.right-stack .leaderboard-card { + flex: 1 1 auto; +} +