Skip to content

Commit c736fbf

Browse files
style(mobile): reduce horizontal spacing on edges
1 parent 9bc6ae5 commit c736fbf

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
@@ -61,7 +61,7 @@
6161
/* Tailwind container utility */
6262
@utility container {
6363
margin-inline: auto;
64-
padding-inline: 2rem;
64+
padding-inline: 1rem;
6565
/* Cancels the undocumented default breakpoint-driven max-width */
6666
max-width: var(--breakpoint-2xl);
6767
}

0 commit comments

Comments
 (0)