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 79ef587 commit 9482ceaCopy full SHA for 9482cea
app/styles/app.css
@@ -44,16 +44,23 @@ main a.edit-icon {
44
.table-of-contents {
45
list-style-type: none;
46
padding-left: 0;
47
- font-size: var(--font-size-lg);
+ font-size: var(--font-size-base);
48
font-weight: var(--font-weight-3);
49
}
50
51
.sub-table-of-contents {
52
padding-left: var(--spacing-1);
53
- font-size: var(--font-size-md);
54
font-weight: var(--font-weight-2);
55
56
57
+@media (max-width: 844px) {
58
+ .table-of-contents,
59
+ .sub-table-of-contents {
60
+ font-size: var(--font-size-lg);
61
+ }
62
+}
63
+
64
.sub-table-of-contents .sub-table-of-contents {
65
padding-left: var(--spacing-3);
66
margin-bottom: 0;
0 commit comments