make layout width adjustable

This commit is contained in:
henrygd
2025-11-13 18:50:47 -05:00
parent 0a3eb898ae
commit e1067fa1a3
4 changed files with 34 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
--table-header: hsl(225, 6%, 97%);
--chart-saturation: 65%;
--chart-lightness: 50%;
--container: 1480px;
}
.dark {
@@ -149,7 +150,8 @@
}
@utility container {
@apply max-w-370 mx-auto px-4;
max-width: var(--container);
@apply mx-auto px-4;
}
@utility link {