style: Reduce gap in team grid layout for improved spacing consistency
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
.team-grid {
|
.team-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||||
gap: 1.25rem;
|
gap: 0.625rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user