From 5670b71cef9e274d2b90d1d36fd7a177fcff7bf5 Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Fri, 14 Jan 2022 12:02:26 +0100 Subject: [PATCH] Text war nicht zentriert --- ui/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/styles.css b/ui/src/styles.css index 42eaf89..0bda259 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -15,7 +15,7 @@ body { position: relative; top: 100px; - + text-align: center; display: flex; justify-content: center; } \ No newline at end of file