Center producer team grid for 2-column layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
41afe9c8e4
commit
1827c1b180
|
|
@ -758,9 +758,12 @@
|
|||
/* ═══════ TEAM ═══════ */
|
||||
.team-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 2rem;
|
||||
margin-top: 3rem;
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.team-card {
|
||||
|
|
|
|||
Loading…
Reference in New Issue