diff --git a/assets/scss/general.scss b/assets/scss/general.scss index 33f134e..a20527b 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -121,8 +121,9 @@ table.lntable { // Styling for the page numbers/ buttons on the bottom of the home page -.previous-page, .next-page, .pagination-indicator { +.pagination { font-size: 1.5em; + margin: auto; } /* ------------------------------------------------------------------------ */ diff --git a/assets/scss/tufte.scss b/assets/scss/tufte.scss index e6dee39..38ba833 100644 --- a/assets/scss/tufte.scss +++ b/assets/scss/tufte.scss @@ -396,10 +396,7 @@ div.booktabs-wrapper { width: 50%; } -footer, -previous-page, -pagination-indicator, -next-page { +footer { width: 50%; margin: auto; } diff --git a/layouts/index.html b/layouts/index.html index 87e5041..802541c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -33,6 +33,8 @@ {{ if and (.Paginator) (gt .Paginator.TotalPages 1) }}
+ + {{ end }} {{ partial "footer.html" . }}