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 1f4d1ecCopy full SHA for 1f4d1ec
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,16 @@ li.toc-heading:first-child {
97
90
margin-top: 0;
98
91
99
92
93
+@media (max-width: 844px) {
94
+ .table-of-contents,
95
+ .sub-table-of-contents {
96
+ font-size: var(--font-size-lg);
+ }
+}
+
100
+@media (min-width: 845px) {
101
+ .es-sidebar {
102
+ padding: var(--spacing-4);
103
+ background-color: var(--color-gray-200);
104
105
0 commit comments