From 59eca88c3d804276c0a1d38daad0d5a700a529de Mon Sep 17 00:00:00 2001 From: Enzo Angiulli Date: Mon, 17 May 2021 12:39:46 +0200 Subject: [PATCH] opti for smallscreen --- ui/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/theme.css b/ui/css/theme.css index e425fe1..4541f2f 100644 --- a/ui/css/theme.css +++ b/ui/css/theme.css @@ -8,7 +8,7 @@ body { } div.buttons { - display: flex; + display: block; justify-content: center; }