diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-21 01:12:03 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-21 01:13:52 +0500 |
| commit | 7860ccf947e1226e62033a6682be1d86230b337f (patch) | |
| tree | 11ab02b3ed5cf0cd3cd13bade4a80a76188771a4 /lib/partials.php | |
| parent | f74a36af13481ae5e7dd082c78dd9ea437c7049a (diff) | |
upd: use align-bottom
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/partials.php b/lib/partials.php index 3d6b637..1b1b089 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -54,7 +54,7 @@ function html_big_navbar() function html_mini_navbar(string|null $subtitle = null) { echo '' ?> - <section class="row align-center gap-8 navbar"> + <section class="row align-bottom gap-8 navbar"> <a href="/" class="row gap-8 align-bottom" style="text-decoration:none;color:inherit;"> <img src="/static/img/brand/mini.webp" alt=""> <div class="column"> |
