Skip to content

Commit 0285a21

Browse files
committed
Fix margin class in mobile TOC for consistent spacing
1 parent 4258112 commit 0285a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/mobile_toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<details class="toc-inpage d-print-none d-show-block mb-0">
1+
<details class="toc-inpage d-print-none d-show-block my-4">
22
<summary class="font-weight-bold">{{ i18n "show_toc" }}</summary>
33
{{ .TableOfContents }}
44
</details>

0 commit comments

Comments
 (0)