mirror of
https://github.com/artemium428/428th-website-2026.git
synced 2026-09-15 17:06:20 +00:00
Fix leftover left border on the first team card on mobile.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
44b571b980
commit
228aba8af4
1 changed files with 3 additions and 0 deletions
|
|
@ -722,6 +722,9 @@ a:hover{opacity:0.7;}
|
||||||
border-right:none;
|
border-right:none;
|
||||||
border-bottom:1px solid var(--border);
|
border-bottom:1px solid var(--border);
|
||||||
}
|
}
|
||||||
|
.team-card:first-child{
|
||||||
|
border-left:none;
|
||||||
|
}
|
||||||
.team-card:last-child{
|
.team-card:last-child{
|
||||||
padding-bottom:0;
|
padding-bottom:0;
|
||||||
border-bottom:none;
|
border-bottom:none;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue