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 5d4dc7f commit 2f63e96Copy full SHA for 2f63e96
src/css/custom.css
@@ -9,9 +9,8 @@
9
@import "tailwindcss/utilities.css" layer(utilities);
10
@custom-variant dark (&:where(html[data-theme="dark"] *));
11
12
-@theme {
13
- --breakpoint-xl: var(--ifm-container-width-xl);
14
- --breakpoint-2xl: var(--ifm-container-width-xl);
+@utility container {
+ max-width: var(--ifm-container-width-xl) !important;
15
}
16
17
/* You can override the default Infima variables here. */
0 commit comments