Fix leftover left border on the first team card on mobile.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Artemii Peretiachenko 2026-07-26 18:16:08 +02:00
parent 44b571b980
commit 228aba8af4

View file

@ -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;