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:
committed by
Alex Shpak
parent
c43a00feb2
commit
bce8940c62
+5
-1
@@ -47,6 +47,11 @@ img {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
aside nav ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -315,7 +320,6 @@ aside nav,
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
#menu-control:checked ~ main {
|
||||
.book-menu #BookMenu,
|
||||
.book-page {
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
main {
|
||||
flex-direction: column-reverse;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.book-toc {
|
||||
|
||||
Reference in New Issue
Block a user