From f1c32251f7a807a620a1cf77af9fb8c2af50cef5 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Fri, 16 Nov 2018 17:25:39 +0100 Subject: [PATCH] Corrected css property name --- parts/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/static/style.css b/parts/static/style.css index 1c95987..2db615e 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -240,7 +240,7 @@ div label input { } .round-floating-button { - position: flex; + display: flex; align-items: center; justify-content: center; position: fixed;