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 | |
| parent | a9c6fe336849e35a23251934f5eff78f19b9fb6a (diff) | |
feat(design): better align for pagination
Diffstat (limited to 'design')
| -rw-r--r-- | design/index.html | 2 | ||||
| -rw-r--r-- | design/log.html | 2 | ||||
| -rw-r--r-- | design/style.css | 5 |
3 files changed, 7 insertions, 2 deletions
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 @@ </article> <div class="pagination"> <a href="">Précédent</a> - <p>1/15</p> + <p>01/15</p> <a href="">Suivant</a> </div> </article> 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 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>anhgelus - log entry</title> + <title>anhgelus - log entry - Title</title> <link href="reset.css" rel="stylesheet"> <link href="style.css" rel="stylesheet"> </head> 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; + } } |
