diff --git a/tournaments/static/tournaments/css/tournament_bracket.css b/tournaments/static/tournaments/css/tournament_bracket.css index 21c6cf0..6dad0d8 100644 --- a/tournaments/static/tournaments/css/tournament_bracket.css +++ b/tournaments/static/tournaments/css/tournament_bracket.css @@ -310,7 +310,7 @@ } #screen-size-overlay { - font-size: 0.6em; + font-size: clamp(0.6em, 0.8em, 1em) !important; max-height: 120px; } } @@ -334,7 +334,7 @@ } #screen-size-overlay { - font-size: 0.8em; + font-size: clamp(0.6em, 1em, 1.2em) !important; } } @@ -358,6 +358,6 @@ } #screen-size-overlay { - font-size: 1.2em; + font-size: clamp(1.2em, 1.5em, 1.8em) !important; } }