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/index.html | 2 +- design/log.html | 2 +- design/style.css | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'design') diff --git a/design/index.html b/design/index.html index 3bae77b..64a8ed5 100644 --- a/design/index.html +++ b/design/index.html @@ -51,7 +51,7 @@ diff --git a/design/log.html b/design/log.html index 33e4755..fd38f9a 100644 --- a/design/log.html +++ b/design/log.html @@ -3,7 +3,7 @@ - anhgelus - log entry + anhgelus - log entry - Title 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