1
0
This commit is contained in:
matt 2025-02-01 10:12:47 +01:00
parent c5afc21df8
commit fe6f2ac02f

View File

@ -9,6 +9,11 @@
body, html {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.loader-container {