Skip to content

Commit 77b1153

Browse files
committed
fix Superfarming mobile landscape
1 parent f44cd42 commit 77b1153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Superfarming/Superfarming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- <img id="player" src="Assets/player.png" style="display: none;">
1515
<img id="obstacle" src="Assets/obstacle.png" style="display: none;"> -->
1616
<div style="display: flex; align-items: center; justify-content: center; height: 100%;">
17-
<canvas id="canvas" width="768" height="512" style="max-width: 100%; border: 1px solid black; border-radius: 10px;"></canvas>
17+
<canvas id="canvas" width="768" height="512" style="max-width: 100%; max-height: 100%; border: 1px solid black; border-radius: 10px;"></canvas>
1818
</div>
1919
<script type="module" src="./Superfarming.js"></script>
2020
</body>

0 commit comments

Comments
 (0)