Vision : retirer max-width pour occuper toute la largeur
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@
|
|||||||
.view.active { display: flex; flex-direction: column; flex: 1; overflow: hidden; }
|
.view.active { display: flex; flex-direction: column; flex: 1; overflow: hidden; }
|
||||||
|
|
||||||
.vision-content { flex: 1; overflow-y: auto; padding: 28px 36px; }
|
.vision-content { flex: 1; overflow-y: auto; padding: 28px 36px; }
|
||||||
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 960px; }
|
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
|
||||||
.v-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; box-shadow: 0 1px 4px var(--shadow); }
|
.v-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; box-shadow: 0 1px 4px var(--shadow); }
|
||||||
.v-card.full { grid-column: 1 / -1; }
|
.v-card.full { grid-column: 1 / -1; }
|
||||||
.v-card h3 { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--text-hint); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
|
.v-card h3 { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--text-hint); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user