feat: full screen form for mobile
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user