From 97895c35d2871b3061982138d6e4a4a5e8de1469 Mon Sep 17 00:00:00 2001 From: David Katrinka Date: Sun, 6 Jul 2025 13:23:27 +0200 Subject: [PATCH] TIST-47: fixed display issues with pagination --- assets/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 13716d3..2fe2628 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1271,6 +1271,22 @@ label { z-index: 9999; } +.pagination ul{ + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + margin-top: 20px; +} + +.pagination ul li { + margin: 0 5px; +} + +.pagination ul li:hover{ + opacity: 0.7; +} + @media (max-width: 768px) { .catalog-items { -- 2.34.1