forked from mirrors/hugo-tufte
Centering footer, fixed.
This commit is contained in:
parent
8c84f8dcb9
commit
91c8254119
1 changed files with 7 additions and 1 deletions
|
@ -388,13 +388,19 @@ span.sidenote-number {
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
footer,
|
|
||||||
table,
|
table,
|
||||||
div.table-wrapper-small,
|
div.table-wrapper-small,
|
||||||
div.supertable-wrapper > p,
|
div.supertable-wrapper > p,
|
||||||
div.booktabs-wrapper {
|
div.booktabs-wrapper {
|
||||||
// width: #{"min(55%, 770px)"};
|
// width: #{"min(55%, 770px)"};
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer,
|
||||||
|
previous-page,
|
||||||
|
pagination-indicator,
|
||||||
|
next-page {
|
||||||
|
width: 50%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue