We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69db3a commit 39e259cCopy full SHA for 39e259c
src/app.css
@@ -61,10 +61,7 @@
61
/* Tailwind container utility */
62
@utility container {
63
margin-inline: auto;
64
- padding-inline: 1.5rem;
65
- @media (min-width: 475px) {
66
- padding-inline: 2rem;
67
- }
+ padding-inline: 2rem;
68
/* Cancels the undocumented default breakpoint-driven max-width */
69
max-width: var(--breakpoint-2xl);
70
}
0 commit comments