Skip to content

Commit 4ecb9af

Browse files
committed
games: ...slightly smaller SL board for mobile
1 parent 6fb03bb commit 4ecb9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/games/snakesladders/render.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function renderBoard(this: This, ctx: RenderCtx) {
6565
style={{
6666
backgroundImage: `url('${process.env.WEB_URL}/static/snakesladders/main.png')`,
6767
backgroundSize: 'cover',
68-
zoom: '80%',
68+
zoom: '75%',
6969
}}
7070
/>
7171
);

0 commit comments

Comments
 (0)