forked from mirrors/hugo-tufte
Add pagination css.
This commit is contained in:
parent
a8e587f08c
commit
7a0e60c676
1 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,12 @@ table.lntable {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Styling for the page numbers/ buttons on the bottom of the home page
|
||||||
|
|
||||||
|
.previous-page .next-page .pagination-indicator {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Styling for footnotes. */
|
/* Styling for footnotes. */
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
|
Loading…
Reference in a new issue