From 369b4dc0a0b960c6e6fc546548b427b4c0256e70 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Wed, 10 Jun 2026 23:28:01 +0200 Subject: [PATCH] style(landing): bump roster player name to 18px Co-Authored-By: Claude Opus 4.8 --- landing/src/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/src/styles/main.css b/landing/src/styles/main.css index 3ef3b5e..6892822 100644 --- a/landing/src/styles/main.css +++ b/landing/src/styles/main.css @@ -494,7 +494,7 @@ section { position: relative; z-index: 1; } .roster-name { max-width: 100%; color: var(--muted); - font-size: 13px; + font-size: 18px; text-align: center; white-space: nowrap; overflow: hidden;