fixing sizes

This commit is contained in:
Dominic DiTaranto 2025-09-07 23:21:17 -04:00
parent 670b05ec2d
commit 40f2053067

View file

@ -66,7 +66,12 @@
@media (max-width: 481px) { @media (max-width: 481px) {
pre { pre {
font-size: 17px; font-size: 12px;
}
#map > img {
height: 25px;
width: 25px;
} }
} }
@ -161,9 +166,9 @@
<hr /> <hr />
<div style="padding: 20px" class="info"> <div style="padding: 20px" class="info">
<h4>How To Play:</h4> <h4>How To Play:</h4>
You are an old man working in Sokobanya, a luxury Russian bath house. You need You are an old man working in Sokobanya, a luxury Russian bath house. You
to move pieces of coal to the stoves in order to keep the saunas hot. Try need to move pieces of coal to the stoves in order to keep the saunas hot.
to move all pieces of coal in the shortest amount of moves possible! Try to move all pieces of coal in the shortest amount of moves possible!
<h4>Controls:</h4> <h4>Controls:</h4>
<ul> <ul>
<li>WASD</li> <li>WASD</li>
@ -191,7 +196,8 @@
</ul> </ul>
<h4>UPDATES:</h4> <h4>UPDATES:</h4>
<li> <li>
(09/07/25) v1.1: released mobile support via toggleable Dpad, see settings at top right of page! (09/07/25) v1.1: released mobile support via toggleable Dpad, see
settings at top right of page!
</li> </li>
<h4>TODO:</h4> <h4>TODO:</h4>
<ul> <ul>