From 4f0613c7e917d9e6c3f31f6608a0b4f81a203133 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 12 Jan 2019 21:02:47 -0500 Subject: [PATCH] Made the menu button full width --- satiate.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satiate.css b/satiate.css index 507d508..2c8b225 100644 --- a/satiate.css +++ b/satiate.css @@ -199,7 +199,7 @@ a:hover { .game-menu-button { height: 100%; - width: 50%; + width: 100%; user-select: none; background-color: #111; border: 1px solid #333;