Improve layout on mobile and clean up sass code

This commit is contained in:
Philipp Oppermann
2021-10-17 16:34:24 +02:00
parent 76b6c445e4
commit 5ff1aab7b5
2 changed files with 73 additions and 78 deletions

View File

@@ -41,6 +41,11 @@
</div>
</header>
<div class="theme-switch">
<div class="light-switch" onclick="toggle_lights()" title="Switch between light and dark theme"></div>
<div class="light-switch-reset" onclick="clear_theme_override()" title="Clear the theme override and go back to the system theme"></div>
</div>
<div>
{% block toc_aside %}{% endblock toc_aside %}
<main>{% block main %}{% endblock main %}</main>
@@ -57,9 +62,6 @@
</footer>
</div>
<div class="light-switch" onclick="toggle_lights()" title="Switch between light and dark theme"></div>
<div class="light-switch-reset" onclick="clear_theme_override()" title="Clear the theme override and go back to the system theme"></div>
<script data-goatcounter="https://phil-opp.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>