aboutsummaryrefslogtreecommitdiff
path: root/layouts
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 /layouts
parent9b2851db1f9cb09c49f7f4dc5c43959c0b6c0489 (diff)
downloadwebsite-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar
website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar.gz
website-ef1d1d0e315b7d3f952092bce2924f76b8ae3b01.tar.bz2
fix resurrection screenshot and footer padding
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/foot.html2
1 files changed, 1 insertions, 1 deletions
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>