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 d7702ce commit 71784a9Copy full SHA for 71784a9
app/styles/app.css
@@ -26,13 +26,6 @@ main a.edit-icon {
26
background: none;
27
}
28
29
-@media (min-width: 845px) {
30
- .es-sidebar {
31
- padding: var(--spacing-4);
32
- background-color: var(--color-gray-200);
33
- }
34
-}
35
-
36
.es-sidebar-content .table-of-contents:first-child {
37
margin-block-start: 0;
38
@@ -97,3 +90,9 @@ li.toc-heading:first-child {
97
90
margin-top: 0;
98
91
99
92
93
+@media (min-width: 845px) {
94
+ .es-sidebar {
95
+ padding: var(--spacing-4);
96
+ background-color: var(--color-gray-200);
+ }
+}
0 commit comments