From 802bcb5d2c815f89f5651adbe63707599f1d443f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 30 Sep 2025 12:25:35 +0200 Subject: feat(design): better align for pagination --- design/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'design/style.css') diff --git a/design/style.css b/design/style.css index db5836a..6b0e1fb 100644 --- a/design/style.css +++ b/design/style.css @@ -242,5 +242,10 @@ article article { display: flex; flex-direction: row; justify-content: center; + align-items: center; gap: var(--margin-base); + + & p { + margin-bottom: 0; + } } -- cgit v1.2.3