From 896de40681439d530d206a5c7c8f04e6b8a3837a Mon Sep 17 00:00:00 2001 From: Closer2U Date: Wed, 21 Feb 2024 21:42:07 +0100 Subject: [PATCH] FIX text mittig --- css/pulse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/pulse.css b/css/pulse.css index 70f4277..96464ab 100644 --- a/css/pulse.css +++ b/css/pulse.css @@ -20,7 +20,7 @@ body, html { .pulse-button { display: flex; - position:relative; + justify-content: center; align-items: center; width: calc(98vh/2);/*TODO muss via js berechnen*/ height: calc(98vh/2);