commit 0988470cb777f66c8304f3850a3114f33f568a0b
parent 51e8cb6aa46c9b442d72997c00ccf2ca79573ae0
Author: Hunter
Date:   Wed, 23 Jul 2025 16:58:19 -0400

add meta tag for viewport

Diffstat:
Mpages/snake/index.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pages/snake/index.html b/pages/snake/index.html @@ -1,5 +1,6 @@ <html> <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>SNAKE</title> <style> body { @@ -21,6 +22,8 @@ font-size: 16px; line-height: 1; font-family: monospace; + max-width: 100vw; + overflow: hidden; } .row {