polished styling a bit

This commit is contained in:
2025-01-06 13:36:33 +01:00
parent c4ed0e2997
commit 09668563ad
4 changed files with 56 additions and 41 deletions
+5 -2
View File
@@ -33,8 +33,11 @@
#loadingText {
position: absolute;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
left: calc(50% - 40vw);
width: 80vw;
text-align: center;
font-size: 1.5rem;
word-break: break-word;
display: flex;
justify-content: center;
}