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 /static/style.css | |
parent | HTML: Update footer to include a support link (diff) | |
download | forge-c79d073f6d2b7e715f792f0f7da62b1fb8aec502.tar.gz forge-c79d073f6d2b7e715f792f0f7da62b1fb8aec502.tar.zst forge-c79d073f6d2b7e715f792f0f7da62b1fb8aec502.zip |
CSS: Add margin-bottom on footerv0.1.21
Diffstat (limited to 'static/style.css')
-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; |