Title bug-fix
This commit is contained in:
fraxle
2026-06-04 16:48:20 +01:00
parent 41acfcd5b9
commit 3fab67e89e
2 changed files with 14 additions and 3 deletions
+4 -2
View File
@@ -202,8 +202,10 @@ body {
align-items: center;
justify-content: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
text-align: center;
pointer-events: none;
}