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;
+}
+