feat: full screen form for mobile

This commit is contained in:
2025-07-18 15:06:50 +04:00
parent e033938a03
commit 964641a58d
11 changed files with 71 additions and 12 deletions

View File

@ -6,7 +6,7 @@ import PageContainer from "@/components/PageContainer/PageContainer";
export default function CreateIdPage() {
return (
<PageContainer center>
<PageItem>
<PageItem fullScreenMobile>
<Logo title={"Создание аккаунта"} />
<LoginForm isCreatingId />
</PageItem>