From 708b1466d6ee3907f95553404b6f75e29f9e71c0 Mon Sep 17 00:00:00 2001 From: Josue Zamudio Date: Fri, 20 Mar 2026 09:22:38 -0700 Subject: [PATCH] Change game over overlay to vertical layout --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index 67bf86d..b79b606 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -370,6 +370,7 @@ button:active { background: rgba(0, 0, 0, 0.85); z-index: 999; display: none; + flex-direction: column; justify-content: center; align-items: center; }