From e3c997302b07228c0791d6307b429109b6eb3d53 Mon Sep 17 00:00:00 2001 From: retoor <retoor@molodetz.nl> Date: Tue, 1 Apr 2025 21:09:58 +0200 Subject: [PATCH] Upated for phone. --- src/snek/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/static/style.css b/src/snek/static/style.css index f10f780..6e81345 100644 --- a/src/snek/static/style.css +++ b/src/snek/static/style.css @@ -13,7 +13,7 @@ border-radius: 10px; padding: 30px; - width: 600px; + width: 500px; margin: 30px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }