Skip to content

Commit

Permalink
fixed responsive landing
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoFJ committed Feb 9, 2025
1 parent 76e30d3 commit 3aa3c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const Welcome = () => {
const { data: session } = useSession()
return (
// El cuadro que anda ahi
<div className="flex items-center justify-center min-h-screen bg-center">
<div className="max-w-4xl w-full rounded-lg flex overflow-hidden bg-center mx-auto">
<div className="flex items-center justify-center min-h-screen bg-center ">
<div className="max-w-4xl w-full rounded-lg flex flex-col lg:flex-row overflow-hidden bg-center mx-auto items-center justify-center">
{/* Seccion izquierda con el logo */}
<div className="w-1/2 flex flex-col items-center justify-center p-6">
<Image
Expand Down

0 comments on commit 3aa3c62

Please sign in to comment.