From ce44648fd0baaafe719d5121a02b26b1ba148a32 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 25 Jun 2024 01:28:49 +0200 Subject: [PATCH] improve style --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 298dafc..e787533 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,6 @@ form { padding: 10px; margin: 20px auto 20px auto; width: fit-content; - float: right; } input { height: 2em; @@ -44,6 +43,7 @@ input { border: 0; background-color: #000; color: #f0f; + float: right; } button { background-color: #a0a;