Game input form start

This commit is contained in:
2026-03-22 02:30:23 +07:00
parent 7a1480b810
commit 6b261804fd
3 changed files with 70 additions and 58 deletions
+7
View File
@@ -16,3 +16,10 @@ body {
height: calc(100dvh - 100px);
text-align: center; /* центрирование текста */
}
@media (min-width: 1025px) {
.center-block-custom {
width: 700px;
margin: 0 auto;
}
}