adjust instructions for clarity

This commit is contained in:
e7d 2020-08-18 09:10:11 +02:00
parent a7ffd4629c
commit 7fde3b1d23
No known key found for this signature in database
GPG Key ID: F320BE007C0B8881
2 changed files with 4 additions and 2 deletions

View File

@ -70,8 +70,9 @@ body {
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 50%; width: 90%;
height: 50%; max-width: 600px;
height: 90%;
} }
.no-gamepad #a-button path { .no-gamepad #a-button path {

View File

@ -78,6 +78,7 @@
</g> </g>
</g> </g>
</g> </g>
<text x="50%" y="340" dominant-baseline="middle" text-anchor="middle" font-size="28">Press a gamepad button</text>
</svg> </svg>
</div> </div>
<div id="gamepad"></div> <div id="gamepad"></div>