From 5512d8920c3b9f43931b4afcb9933c1335302271 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 02:58:28 +0100 Subject: [PATCH] Fix? --- 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 0d9b771..f2721f8 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -121,7 +121,7 @@ table.lntable { // Styling for the page numbers/ buttons on the bottom of the home page -.previous-page .next-page .pagination-indicator { +.previous-page, .next-page, .pagination-indicator { font-size: 1em; }