Skip to content

Commit 41bad20

Browse files
Fix max width
1 parent ded9423 commit 41bad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
margin-inline: auto;
9393
padding-inline: 2rem;
9494
/* Cancels the undocumented default breakpoint-driven max-width */
95-
max-width: 100%;
95+
max-width: var(--breakpoint-2xl);
9696
}
9797

9898
@layer base {

0 commit comments

Comments
 (0)