From 19ba541e08363a636aab00be00520ae733807502 Mon Sep 17 00:00:00 2001 From: Closer2U Date: Wed, 21 Feb 2024 21:44:07 +0100 Subject: [PATCH] FIX Font Size responsive --- css/pulse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/pulse.css b/css/pulse.css index 96464ab..3768191 100644 --- a/css/pulse.css +++ b/css/pulse.css @@ -24,7 +24,7 @@ body, html { align-items: center; width: calc(98vh/2);/*TODO muss via js berechnen*/ height: calc(98vh/2); - font-size: 1.3em; + font-size: calc(98vh/16); font-weight: light; font-family: 'Trebuchet MS', sans-serif; text-transform: uppercase;