diff --git a/site/index.html b/site/index.html
index 5b2e4d9..370237a 100644
--- a/site/index.html
+++ b/site/index.html
@@ -8,7 +8,7 @@
-
+
diff --git a/site/style.css b/site/style.css
index 52ede35..3713648 100644
--- a/site/style.css
+++ b/site/style.css
@@ -1857,4 +1857,14 @@ button.inline-link,
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
+}\n\n
+/* Home right column: stretch Hardcore leaderboard after C Rank removal */
+.right-stack {
+ display: flex;
+ flex-direction: column;
}
+
+.right-stack .leaderboard-card {
+ flex: 1;
+}
+\n
\ No newline at end of file