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 --- content/projects/resurrection.md | 2 +- layouts/partials/foot.html | 2 +- static/resurrection-screenshot.png | Bin 0 -> 344460 bytes static/style.css | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 static/resurrection-screenshot.png diff --git a/content/projects/resurrection.md b/content/projects/resurrection.md index 19948c5..9181f2e 100644 --- a/content/projects/resurrection.md +++ b/content/projects/resurrection.md @@ -13,7 +13,7 @@ Resurrection is a Spigot/Bukkit Minecraft Server plugin that forces players to w Resurrection is intended to make players wait long amounts of time between death and respawn, preferably 24 hours minimum. Resurrection sets the time to be 24 hours by default. However, you can make players to wait any amount of time you wish, whether shorter or longer than the default 24 hours, but your experience with this plugin may be impacted. -![](https://brysonsteck.xyz/files/resurrection.png) +![](/resurrection-screenshot.png) ## Compatibility diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index ac533f5..adafbc5 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -8,6 +8,6 @@ - + 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