From 7a0e60c676be6521f8af6a69748db3705aaa1bcf Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 02:54:58 +0100 Subject: [PATCH] Add pagination css. --- assets/scss/general.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/scss/general.scss b/assets/scss/general.scss index fc02665..0d9b771 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -119,6 +119,12 @@ table.lntable { 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. */ /* ------------------------------------------------------------------------ */