further refined loading screen font size
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user