From 4fe4d452702030aa04e5f1f996a53dd5d603bb1f Mon Sep 17 00:00:00 2001 From: Ronny Date: Sat, 11 Apr 2026 21:59:44 +0200 Subject: [PATCH] style: align group badge left in card header --- frontend/src/components/MatchCard.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/MatchCard.module.css b/frontend/src/components/MatchCard.module.css index d8f98e0..7e19a73 100644 --- a/frontend/src/components/MatchCard.module.css +++ b/frontend/src/components/MatchCard.module.css @@ -53,6 +53,7 @@ font-weight: 700; padding: 3px 9px; border-radius: 20px; + margin-left: auto; } .badge { @@ -74,7 +75,6 @@ padding: 3px 9px; border-radius: 20px; border: 1px solid rgba(75,183,248,0.15); - margin-left: auto; } /* Kickoff row — above teams */