Skip to content

Commit

Permalink
fix canvas width
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ivashchuk committed Apr 12, 2024
1 parent 7aaf81c commit 801b275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/patterns/login-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function LoginScreen() {
return (
<div className="min-h-[800px] w-full lg:grid lg:grid-cols-2">
<div className="flex items-center justify-center py-12">
<div className="absolute inset-0 block lg:hidden [&_canvas]:h-[100vh]">
<div className="absolute inset-0 block lg:hidden [&_canvas]:h-[100vh] [&_canvas]:w-[100vw]">
<Zenitho />
</div>
<div className="relative mx-auto grid w-[350px] gap-6 rounded-lg bg-background px-4 py-8">
Expand Down

0 comments on commit 801b275

Please sign in to comment.