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) {
|
@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>
|
||||||
|
|
Loading…
Reference in a new issue