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 f7b0a91 commit 340e6f8Copy full SHA for 340e6f8
docs_headless/src/styles/global.css
@@ -5,7 +5,7 @@
5
@import 'tailwindcss/utilities.css' layer(utilities);
6
7
:root {
8
- --sl-sidebar-width: 21.25rem;
+ --sl-sidebar-width: 22rem;
9
--sl-text-h2: 1.5rem;
10
--sl-text-h3: 1.25rem;
11
--sl-text-h4: 1.125rem;
@@ -139,9 +139,3 @@ a[aria-current='page'].enterprise span:not(.sl-badge)::after {
139
[data-theme="dark"] a[aria-current="page"].enterprise span:not(.sl-badge)::after {
140
background-image: url('/public/premium-black.svg');
141
}
142
-
143
-table {
144
- display: table;
145
- min-width: 100%;
146
- table-layout: auto;
147
-}
0 commit comments