From ef1d1d0e315b7d3f952092bce2924f76b8ae3b01 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 21:47:57 -0700 Subject: fix resurrection screenshot and footer padding --- static/resurrection-screenshot.png | Bin 0 -> 344460 bytes static/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 static/resurrection-screenshot.png (limited to 'static') diff --git a/static/resurrection-screenshot.png b/static/resurrection-screenshot.png new file mode 100644 index 0000000..8059188 Binary files /dev/null and b/static/resurrection-screenshot.png 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; } -- cgit v1.2.3