diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 21:47:57 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 21:47:57 -0700 |
commit | ef1d1d0e315b7d3f952092bce2924f76b8ae3b01 (patch) | |
tree | 4e513900883c7764c45bc6176a2c7340e6b91adf /static | |
parent | 9b2851db1f9cb09c49f7f4dc5c43959c0b6c0489 (diff) | |
download | website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar.gz website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar.bz2 |
fix resurrection screenshot and footer padding
Diffstat (limited to 'static')
-rw-r--r-- | static/resurrection-screenshot.png | bin | 0 -> 344460 bytes | |||
-rw-r--r-- | static/style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/static/resurrection-screenshot.png b/static/resurrection-screenshot.png Binary files differnew file mode 100644 index 0000000..8059188 --- /dev/null +++ b/static/resurrection-screenshot.png diff --git a/static/style.css b/static/style.css index cf91c51..b829f98 100644 --- a/static/style.css +++ b/static/style.css @@ -179,7 +179,7 @@ img.pfp { footer { text-align: center; - padding: 30px 0; + padding: 30px 2rem; color: #7c6f64; } |