fix: dimensions on mobile.

This commit is contained in:
ItzNotABug
2024-09-21 11:19:43 +05:30
parent 7a76a78433
commit cebfa57af2
+2 -2
View File
@@ -328,8 +328,8 @@
top: 50%;
left: 50%;
display: flex;
min-width: 100vw;
min-height: 100vh;
min-width: 100%;
min-height: 100%;
align-items: center;
justify-content: center;