Fix tables width

This commit is contained in:
Ettore
2026-05-08 19:53:50 +02:00
parent 5b546f2698
commit bd5403b2d3
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
.tab-btn.active { color: var(--primary); border-bottom-color: var(--primary); }
/* ── Tab panes ──────────────────────────────────────────────────────── */
.tab-content { flex: 1; padding: 1.5rem; max-width: 960px; margin: 0 auto; width: 100%; }
.tab-content { flex: 1; padding: 1.5rem; max-width: 1200px; margin: 0 auto; width: 100%; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }