further refined loading screen font size

This commit is contained in:
2025-01-24 20:58:59 +01:00
parent ea59a0f820
commit 179d975b96
+1 -1
View File
@@ -36,7 +36,7 @@
left: calc(50vw - min(45vw, 250px)); left: calc(50vw - min(45vw, 250px));
width: min(90vw, 500px); width: min(90vw, 500px);
text-align: center; text-align: center;
font-size: min(5vmin, 2vmax); font-size: min(5vmin, 2vmax, 25px);
display: flex; display: flex;
justify-content: center; justify-content: center;
color: #ffffff; color: #ffffff;