fixing sizes
This commit is contained in:
parent
670b05ec2d
commit
40f2053067
1 changed files with 11 additions and 5 deletions
16
index.html
16
index.html
|
@ -66,7 +66,12 @@
|
|||
|
||||
@media (max-width: 481px) {
|
||||
pre {
|
||||
font-size: 17px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#map > img {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -161,9 +166,9 @@
|
|||
<hr />
|
||||
<div style="padding: 20px" class="info">
|
||||
<h4>How To Play:</h4>
|
||||
You are an old man working in Sokobanya, a luxury Russian bath house. You need
|
||||
to move pieces of coal to the stoves in order to keep the saunas hot. Try
|
||||
to move all pieces of coal in the shortest amount of moves possible!
|
||||
You are an old man working in Sokobanya, a luxury Russian bath house. You
|
||||
need to move pieces of coal to the stoves in order to keep the saunas hot.
|
||||
Try to move all pieces of coal in the shortest amount of moves possible!
|
||||
<h4>Controls:</h4>
|
||||
<ul>
|
||||
<li>WASD</li>
|
||||
|
@ -191,7 +196,8 @@
|
|||
</ul>
|
||||
<h4>UPDATES:</h4>
|
||||
<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>
|
||||
<h4>TODO:</h4>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue