From 9cca8d9ff6a5b6c8ac2fe8d9d3e491f7be5bd775 Mon Sep 17 00:00:00 2001 From: Bavo Vanderghote Date: Thu, 16 Jul 2020 15:24:44 +0200 Subject: [PATCH] fixed CSS bug --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index c86b574..f9582b4 100644 --- a/index.css +++ b/index.css @@ -610,7 +610,7 @@ form { border: solid black 1px; margin-left: 1em; top: 0.2em; - position: absolute; + vertical-align: middle; }