From 4ac4eca9fe5cb7c1f53b14f752fa7ba12f6fd776 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 4 Sep 2023 15:20:43 +0200 Subject: [PATCH] countdown visibility --- templates/register.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/register.html b/templates/register.html index 563215c3..70d2f995 100644 --- a/templates/register.html +++ b/templates/register.html @@ -40,7 +40,17 @@ header { right: 10%; top: 5% } - #countdown { display: flex; justify-content: center; align-items: center; color: #0e2c4c; font-size: 20px; width: 60px; height: 60px; background-color: #e7d9fc; border-radius: 50%;} + #countdown { + display: flex; + justify-content: center; + align-items: center; + color: #0e2c4c; + font-size: 40px; + width: 200px; + height: 125px; + background-color: #e7d9fc; + border-radius: 50%; + }