From 228aba8af4bad913015fc0999e9517e53e112329 Mon Sep 17 00:00:00 2001 From: Artemii Peretiachenko Date: Sun, 26 Jul 2026 18:16:08 +0200 Subject: [PATCH] Fix leftover left border on the first team card on mobile. Co-authored-by: Cursor --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index aae6358..a15a26e 100644 --- a/styles.css +++ b/styles.css @@ -722,6 +722,9 @@ a:hover{opacity:0.7;} border-right:none; border-bottom:1px solid var(--border); } + .team-card:first-child{ + border-left:none; + } .team-card:last-child{ padding-bottom:0; border-bottom:none;