fix resurrection screenshot and footer padding
This commit is contained in:
parent
9b2851db1f
commit
ef1d1d0e31
4 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Compatibility
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="px-5">Copyright © 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 © 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>
|
||||
|
|
BIN
static/resurrection-screenshot.png
Normal file
BIN
static/resurrection-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 336 KiB |
|
@ -179,7 +179,7 @@ img.pfp {
|
|||
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 30px 0;
|
||||
padding: 30px 2rem;
|
||||
color: #7c6f64;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue