We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862896c commit 60aea65Copy full SHA for 60aea65
_sass/layout/inner-main.scss
@@ -43,6 +43,10 @@
43
order: 1;
44
margin-bottom: 30px;
45
}
46
+
47
+ @include bp(medium) {
48
+ order: 3; // move TOC to the bottom on mobile
49
+ }
50
51
52
.content-nav-blog {
_sass/layout/toc.scss
@@ -11,10 +11,6 @@
11
position: relative;
12
13
14
- @include bp(medium) {
15
- display: none;
16
- }
17
-
18
.contents {
19
font-weight: 700;
20
0 commit comments