Make topics use less space on mobile

This commit is contained in:
Daniel Siepmann 2019-12-13 16:40:43 +01:00
parent 51e4711783
commit d9f949a465
2 changed files with 8 additions and 1 deletions

View file

@ -20,6 +20,14 @@ aside nav {
}
}
@media (max-width: 1439px) {
aside nav:nth-of-type(2) li {
display: inline;
margin-right: $spacer;
line-height: $spacer * 4;
}
}
li {
padding: {
bottom: $spacer / 2;

View file

@ -50,7 +50,6 @@
</f:section>
<f:section name="TOC">
<!-- TODO: Hide on mobile -->
<nav>
<h1>Table of Content</h1>
<ul>