Skip to content

Commit

Permalink
style: adjust logo on sign-in page
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoAseff authored Feb 4, 2025
1 parent ee1707c commit bedd5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth)/sign-in/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function Page() {
<main className="relative flex size-full h-screen items-center justify-center overflow-hidden overflow-y-auto rounded-lg bg-background p-6 md:p-20">
<div className="z-50 m-auto h-fit w-full rounded-2xl border-[1px] border-secondary/60 bg-background px-4 shadow-[0px_20px_207px_10px] shadow-secondary/60 md:w-[36rem]">
<div className="flex flex-col items-center px-4 pb-10 pt-3">
<div className="scale-80 mb-4">
<div className="my-4 origin-center scale-75">
<Logo />
</div>
<Tabs defaultValue="login" className="w-full">
Expand Down

0 comments on commit bedd5d4

Please sign in to comment.