Minor style changes to Minecraft section

This commit is contained in:
Salt 2021-02-09 05:34:06 -06:00
parent 756a5a9a8a
commit 1225552189
3 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="content">
<div class="section">
<a href="/minecraft/setup" class="startbutton">
<i class="fa fa-play"></i>
<i class="fa fa-arrow-right"></i>
<p>Confused? Click here to get started</p>
</a>
</div>

View File

@ -10,6 +10,7 @@
<div class="content">
<div class="section">
<a href="/minecraft" class="startbutton">
<i class="fa fa-arrow-left"></i>
<p>Return to modpacks</p>
</a>
<h1>Setting Up Modded Minecraft</h1>

View File

@ -39,6 +39,7 @@ code.bigcode {
div.currentcontainer {
border: 4px solid var(--line);
border-radius: 8px;
box-shadow: 5px 5px var(--shadow);
margin: 1em 0;
padding: 1em;
}