aboutsummaryrefslogtreecommitdiff
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
parent9b2851db1f9cb09c49f7f4dc5c43959c0b6c0489 (diff)
downloadwebsite-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar
website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar.gz
website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar.bz2
fix resurrection screenshot and footer padding
-rw-r--r--content/projects/resurrection.md2
-rw-r--r--layouts/partials/foot.html2
-rw-r--r--static/resurrection-screenshot.pngbin0 -> 344460 bytes
-rw-r--r--static/style.css2
4 files changed, 3 insertions, 3 deletions
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 @@
</div>
</div>
</div>
-<footer class="px-5">Copyright &copy; 2022-2023, Bryson Steck<br>All content is available under <a href="/licenses#ca-by-sa-40">CC-BY-SA 4.0.</a> This website's code is available under the <a href="/licenses#bsd-2-clause-license">BSD 2-Clause License.</a></footer>
+<footer>Copyright &copy; 2022-2023, Bryson Steck<br>All content is available under <a href="/licenses#ca-by-sa-40">CC-BY-SA 4.0.</a> This website's code is available under the <a href="/licenses#bsd-2-clause-license">BSD 2-Clause License.</a></footer>
</body>
</html>
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;
}