Minor style changes to Minecraft section
This commit is contained in:
parent
756a5a9a8a
commit
1225552189
@ -12,7 +12,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a href="/minecraft/setup" class="startbutton">
|
<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>
|
<p>Confused? Click here to get started</p>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a href="/minecraft" class="startbutton">
|
<a href="/minecraft" class="startbutton">
|
||||||
|
<i class="fa fa-arrow-left"></i>
|
||||||
<p>Return to modpacks</p>
|
<p>Return to modpacks</p>
|
||||||
</a>
|
</a>
|
||||||
<h1>Setting Up Modded Minecraft</h1>
|
<h1>Setting Up Modded Minecraft</h1>
|
||||||
|
@ -39,6 +39,7 @@ code.bigcode {
|
|||||||
div.currentcontainer {
|
div.currentcontainer {
|
||||||
border: 4px solid var(--line);
|
border: 4px solid var(--line);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
box-shadow: 5px 5px var(--shadow);
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user