diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 12:25:35 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 12:25:35 +0200 |
| commit | 802bcb5d2c815f89f5651adbe63707599f1d443f (patch) | |
| tree | 46931481949ddf84267aab6a8ccd986c5c5fb2ed /design/style.css | |
| parent | a9c6fe336849e35a23251934f5eff78f19b9fb6a (diff) | |
feat(design): better align for pagination
Diffstat (limited to 'design/style.css')
| -rw-r--r-- | design/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; + } } |
