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