fix center

This commit is contained in:
2026-03-24 16:18:20 +07:00
parent c8dbce1462
commit 9e5c63da5a
3 changed files with 37 additions and 24 deletions
+8
View File
@@ -2,6 +2,8 @@
body {
overflow: hidden;
background-color: black;
scrollbar-width: none;
}
@font-face {
@@ -28,3 +30,9 @@ body {
margin: 0 auto;
}
}
.center-container {
display: flex;
align-items: center;
justify-content: center;
}