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 0729532 commit 0d903c0Copy full SHA for 0d903c0
1 file changed
_includes/nav_footer_custom.html
@@ -1,15 +1,15 @@
1
<!-- This file adds links at the bottom of the sidebar on the left. -->
2
3
{% if site.class_archive_path %}
4
-<section class="py-1" aria-label="Footer: site archive"></section>
+<section class="py-2" aria-label="Footer: site archive"></section>
5
<a href="{{ site.class_archive_path }}"
6
target="_blank" rel="noopener nofollow">View all course offerings
7
</a>
8
</section>
9
{% endif %}
10
11
{% if site.hide_color_scheme_toggle != 'true' %}
12
- <div class="m-1">
+ <div class="m-1 py-4">
13
{% include toggle-color-scheme.html %}
14
</div>
15
0 commit comments