diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 14:01:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 14:01:54 +0800 |
commit | 2cbf7a8fd7720046c8d30ba74b54dc6d6bdb0e79 (patch) | |
tree | e3d39d3d875e91d679d5d65bf3d3db0246df8d92 | |
parent | HTML: Update footer to include a support link (diff) | |
download | forge-2cbf7a8fd7720046c8d30ba74b54dc6d6bdb0e79.tar.gz forge-2cbf7a8fd7720046c8d30ba74b54dc6d6bdb0e79.tar.zst forge-2cbf7a8fd7720046c8d30ba74b54dc6d6bdb0e79.zip |
CSS: Add margin-bottom on footerv0.1.21
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index f885b68..518ad68 100644 --- a/static/style.css +++ b/static/style.css @@ -89,6 +89,7 @@ footer { margin-top: 1rem; margin-left: auto; margin-right: auto; + margin-bottom: 1rem; display: block; padding: 0 5px; width: fit-content; |