Skip to content

Commit

Permalink
fixed - responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocodigo committed Aug 8, 2023
1 parent 7487750 commit f5ac051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Home: NextPage = () => {
<Head>
<title>Neltech - Home</title>
</Head>
<main className="bg-comp-home bg-no-repeat bg-bottom text-white mx-auto max-w-full px-8 lg:px-12 w-[1400px] px-10px h-full ">
<main className="bg-comp-home bg-no-repeat bg-bottom text-white mx-auto max-w-full px-8 lg:px-12 w-[500px] px-10px h-full ">
<div className="w-full h-full flex items-center justify-center mt-[200px] flex-col w-[400px] m-auto max-w-full bg-white p-8 text-black shadow-2xl">

<div className="w-[450px] max-w-full">
Expand Down

0 comments on commit f5ac051

Please sign in to comment.