From edfa41f7dc67fce92db1f95befde6474710d9e86 Mon Sep 17 00:00:00 2001 From: gbrochar Date: Sat, 28 Nov 2020 13:23:22 +0100 Subject: [PATCH] move ui to the top right --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index 0fae747..971173d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -19,4 +19,5 @@ body { #ui { display: inline-block; + vertical-align: top; } \ No newline at end of file