Removing flex from <main> for sake of print layout (#129)

* Removing flex from <main> for sake of print layout
* trimming excess whitespace
This commit is contained in:
Shane Liesegang
2020-01-17 14:32:36 -05:00
committed by Alex Shpak
parent c43a00feb2
commit bce8940c62
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
}
main {
flex-direction: column-reverse;
display: block;
}
.book-toc {