fix resurrection screenshot and footer padding

This commit is contained in:
Bryson Steck 2022-12-27 21:47:57 -07:00
parent 9b2851db1f
commit ef1d1d0e31
4 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

View file

@ -179,7 +179,7 @@ img.pfp {
footer {
text-align: center;
padding: 30px 0;
padding: 30px 2rem;
color: #7c6f64;
}