Flatpages: Move table of contents to the top on mobile

Fixes #459
This commit is contained in:
rubenwardy
2023-09-02 22:05:11 +01:00
parent d4ecaee5f2
commit 30722020c8
4 changed files with 14 additions and 19 deletions

View File

@@ -172,13 +172,10 @@ blockquote {
}
.toc {
.nav-link {
color: #ADADAD;
padding: 0.25rem 0.5rem;
flex-basis: 25%;
&:hover, &.active {
color: #DDD;
}
.nav-link {
padding: 0.25rem 0.5rem;
}
.nav .nav {