alignment fixes + changelog

This commit is contained in:
Dean @ Skool
2023-10-20 13:59:38 +00:00
parent a8f0990215
commit 4de89b45c3
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -36,6 +36,8 @@
<br>
<hr>
<h2>Changelog</h2>
<p class="small">10/20/2023</p>
<p class="small">Added Janissary Battles, fixed Minecraft, fixed alignment</p>
<p class="small">10/19/2023</p>
<p class="small">Redid homescreen to have a changelog</p>
</div>
+2 -2
View File
@@ -178,7 +178,7 @@ button {
justify-content: center;
padding: 0.5vh;
right: 20vh; /* Position it 20px from the right side */
top: 30vh;
top: 30.8vh;
position: absolute; /* Use absolute positioning */
opacity: 0.9;
padding: 2vh;
@@ -547,7 +547,7 @@ input:checked+.slider:before {
background-color: var(--background-color);
box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color);
width: 80vh;
margin: 4vh 0 0 10vh; /* 20px away from the left and top */
margin: 0vh 0 0 20vh; /* 20px away from the left and top */
padding-top: 1vh;
padding-bottom: 2vh;
padding-left: 1.5vh;