mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
fix: return container width back to 96rem
This commit is contained in:
+2
-1
@@ -65,7 +65,8 @@
|
||||
@utility container {
|
||||
margin-inline: auto;
|
||||
padding-inline: 1rem;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
max-width: 96rem; /* 1536px - constrain on large displays */
|
||||
|
||||
/* biome-ignore lint/correctness/noUnknownFunction: Tailwind CSS */
|
||||
@media (width >= theme(--breakpoint-sm)) {
|
||||
|
||||
Reference in New Issue
Block a user