Make topics use less space on mobile
This commit is contained in:
parent
51e4711783
commit
d9f949a465
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
</f:section>
|
||||
|
||||
<f:section name="TOC">
|
||||
<!-- TODO: Hide on mobile -->
|
||||
<nav>
|
||||
<h1>Table of Content</h1>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue