Skip to content

Commit

Permalink
fixed register page
Browse files Browse the repository at this point in the history
  • Loading branch information
sedadiriker authored May 13, 2024
1 parent 3fc3463 commit 749232f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/RegisterForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const RegisterForm = ({
return (
<Form>
<Box
width={"60%"}
m={"auto"}
sx={{
display: "flex",
Expand All @@ -53,6 +52,7 @@ const RegisterForm = ({
py: "3rem",
px: "1.5rem",
borderRadius: "10px",
width:{xs:"90%",md:"60%"}
}}
>
<TextField
Expand Down
5 changes: 3 additions & 2 deletions src/pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ const Register = () => {

return (
<Box
height={"100vh"}
minHeight={"100vh"}
sx={{
position: "relative",
display: "flex",
justifyContent: "center",
alignItems: "center",
py:3
}}
>
<Box
Expand All @@ -40,7 +41,7 @@ const Register = () => {
color={"white"}
fontWeight={"bold"}
sx={{
fontSize: { xs: "1rem", md: "3rem" },
fontSize: { xs: "2rem", md: "3rem" },
WebkitTextStroke: "1px #1876D1",
}}
>
Expand Down

0 comments on commit 749232f

Please sign in to comment.