Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozen2007 committed Aug 22, 2021
2 parents 5e40ba6 + b39fdb3 commit f4c3733
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function signin({ providers }) {
<title>SignIn</title>

</Head>
<div className="min-width-[50px] sm:h-full items-center justify-center mx-[10%] mt-[30%] md:mx-[38 %] md:mt-[10%] rounded-xl bg-[#ff5a5f] p-10 shadow-2xl ">
<div className="min-width-[50px] sm:h-full items-center justify-center mx-[10%] mt-[30%] md:mx-[38%] md:mt-[10%] rounded-xl bg-[#ff5a5f] p-10 shadow-2xl ">
<NextNProgress
color="#ffff"
startPosition={0.3}
Expand Down Expand Up @@ -64,4 +64,5 @@ export async function getServerSideProps(context) {
csrfToken: await csrfToken(context),
},
};
}
}

1 comment on commit f4c3733

@vercel
Copy link

@vercel vercel bot commented on f4c3733 Aug 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.