Skip to content

Commit

Permalink
FIX Font Size responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Closer2U committed Feb 21, 2024
1 parent 896de40 commit 19ba541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/pulse.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 19ba541

Please sign in to comment.