Skip to content

Commit 0f2523e

Browse files
committed
Minor fix
1 parent 2a7eb6d commit 0f2523e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

static/css/layout.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,19 +629,22 @@ nav {
629629

630630
.team-grid {
631631
display: grid;
632-
grid-template-columns: repeat(4, 1fr);
632+
grid-template-columns: repeat(3, 1fr);
633+
width: 75%;
634+
margin: 0 auto;
635+
border-top: 1px solid var(--border);
636+
border-left: 1px solid var(--border);
633637
}
634638

635639
.team-card {
636640
display: block;
637641
padding: 1.5rem;
638-
border: 1px solid var(--border);
642+
border-right: 1px solid var(--border);
643+
border-bottom: 1px solid var(--border);
639644
text-decoration: none;
640645
color: inherit;
641646
cursor: pointer;
642647
background-color: var(--bg);
643-
margin-right: -1px;
644-
margin-bottom: -1px;
645648
}
646649

647650
.team-card:hover {

0 commit comments

Comments
 (0)