From 846ff147f9e4282991c9042819173c7264a614fc Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 25 Oct 2023 13:47:29 -0400 Subject: separated toggle info page from game page --- site/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'site/style.css') diff --git a/site/style.css b/site/style.css index 788f454..97d5ae2 100644 --- a/site/style.css +++ b/site/style.css @@ -29,12 +29,11 @@ div.vertex.off { background-color: var(--fg-color); } -section#options { +section#optionsScreen { display: flex; - align-items: center; - justify-content: center; - align-items: center; flex-direction: column; + /* align-items: center; */ + justify-content: space-between; } section.screen { -- cgit v1.2.3