From fc7e963459b0f8ce46efe1570f849204f075eb95 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Wed, 28 May 2025 15:38:38 +0200 Subject: [PATCH] Adding Pager Style --- data/style/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/style/style.css b/data/style/style.css index 4efbfd8..284bc70 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -882,6 +882,18 @@ div.content { +.pager { + display: block; + align-content: center; + width: 100%; + align-items: center; + text-align: center; +} + + + + + @media screen and (min-width: 2500px) {