Skip to content

Commit

Permalink
fixed login card (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatin123lodhi authored Oct 20, 2024
1 parent 78e7554 commit a055e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ const Signin = () => {
type: 'spring',
damping: 10,
}}
className="flex w-full flex-col justify-between gap-12 rounded-2xl bg-primary/5 p-8 md:max-w-[30vw]"
className="flex w-full flex-col justify-between gap-12 rounded-2xl bg-primary/5 p-8 sm:max-w-[26rem]"
>
<div className="flex flex-col text-center">
<h2 className="text-3xl font-semibold tracking-tighter md:text-4xl">
<h2 className="text-3xl font-semibold tracking-tighter xl:text-4xl">
Welcome to{' '}
<span className="bg-gradient-to-b from-blue-400 to-blue-700 bg-clip-text pr-1 font-black tracking-tighter text-transparent">
100xDevs
Expand Down

0 comments on commit a055e68

Please sign in to comment.