From be9e210112c02a081411b15b0e122b8867a5c660 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Tue, 4 Jul 2023 19:48:47 +0200 Subject: [PATCH] center dropdown --- index.html | 4 +++- style.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 567319c..0c4bc21 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,9 @@

Seeed: 📋

- +
diff --git a/style.css b/style.css index b78249a..d4d0857 100644 --- a/style.css +++ b/style.css @@ -71,6 +71,10 @@ span#copy-permalink, span#refresh-bingo { cursor: pointer; } +div#selection { + text-align: center; +} + div#winner-message { display: flex; position: fixed;