Skip to content

Commit

Permalink
fix page login layout
Browse files Browse the repository at this point in the history
  • Loading branch information
karenyov committed Apr 6, 2023
1 parent 1cdc94a commit d58e7d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pages/remember-password/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ export default function RememberPassword() {
<>
<PanelRightBrand>
<Container p={15}>
<Stack spacing={4} alignItems="center" mt={100}>
<Stack spacing={4} alignItems="center" mt={90}>
<Show below="md">
<Image
src={logo}
alt="Brand Image"
style={{ height: "auto", width: "50%", marginBottom: "30px" }}
style={{ height: "auto", width: "60%", marginBottom: "20px" }}
/>
</Show>
<Text as="b" fontSize="3xl" mb={10}>
<Text as="b" fontSize="3xl" mb={5}>
Esqueceu a senha?
</Text>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/signIn/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default function SignIn() {
<Image
src={logo}
alt="Brand Image"
style={{ height: "auto", width: "70%", marginBottom: "30px" }}
style={{ height: "auto", width: "95%", marginBottom: "30px" }}
/>
</Show>

Expand Down

0 comments on commit d58e7d6

Please sign in to comment.