diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2023-10-25 13:47:29 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2023-10-25 13:47:29 -0400 |
| commit | 846ff147f9e4282991c9042819173c7264a614fc (patch) | |
| tree | e46ca52507c274c6c9eb5256b8b913a0c1f4037b /site/style.css | |
| parent | 5a46603deb80cdbff0aef265febe40a83916357e (diff) | |
separated toggle info page from game page
Diffstat (limited to 'site/style.css')
| -rw-r--r-- | site/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
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 { |
