commit 048b4ed34a2adfaceba79a0f515209a6d82e06a7 parent 2d67bd8be3d20fbee6f651d67820be80d61f3b8c Author: FIGBERT <figbert@figbert.com> Date: Wed, 20 Dec 2023 15:05:19 -0800 Center footer arrows vertically Diffstat:
M | static/global.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -37,6 +37,7 @@ footer { display: flex; margin-inline: auto; justify-content: center; + align-items: center; & > * { padding-inline: 1ch;