style: Update team grid layout for improved responsiveness and consistency
This commit is contained in:
@@ -48,9 +48,10 @@
|
|||||||
|
|
||||||
.team-grid {
|
.team-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||||
gap: 2rem;
|
gap: 1.5rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-card {
|
.member-card {
|
||||||
|
|||||||
Reference in New Issue
Block a user