aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-12-27 21:47:57 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-12-27 21:47:57 -0700
commitef1d1d0e315b7d3f952092bce2924f76b8ae3b01 (patch)
tree4e513900883c7764c45bc6176a2c7340e6b91adf /static
parent9b2851db1f9cb09c49f7f4dc5c43959c0b6c0489 (diff)
downloadwebsite-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.pngbin0 -> 344460 bytes
-rw-r--r--static/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/static/resurrection-screenshot.png b/static/resurrection-screenshot.png
new file mode 100644
index 0000000..8059188
--- /dev/null
+++ b/static/resurrection-screenshot.png
Binary files differ
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;
}