From 7ef6e0748106eaaaa6940f9de9a5e32163e24eac Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 02:59:22 +0100 Subject: [PATCH] Change to 1.5em --- assets/scss/general.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/general.scss b/assets/scss/general.scss index f2721f8..33f134e 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -122,7 +122,7 @@ table.lntable { // Styling for the page numbers/ buttons on the bottom of the home page .previous-page, .next-page, .pagination-indicator { - font-size: 1em; + font-size: 1.5em; } /* ------------------------------------------------------------------------ */