Skip to content

Commit

Permalink
feat: 📱 add responsivibillity to mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
neopromic committed Nov 26, 2024
1 parent b65e8da commit e704973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Login = async () => {
}

return (
<section className="grid grid-cols-2">
<section className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2">
{/* "ESQUERDA" */}
<div className="flex flex-col items-center justify-center p-8">
<div className="mx-auto max-w-[550px] items-start">
Expand Down

0 comments on commit e704973

Please sign in to comment.