Skip to content

Commit

Permalink
style: change media query for the box
Browse files Browse the repository at this point in the history
  • Loading branch information
heysubinoy committed Jun 9, 2024
1 parent feda85a commit 37ad1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Home() {
<NextUIProvider>

<main className="flex min-h-screen flex-col items-center align-middle justify-between p-24 background content-center w-full">
<div className="flex flex-col relative gap-2 items-center w-[95vw] sm:w-1/2 bg-slate-200/50 p-5 rounded-3xl ">
<div className="flex flex-col relative gap-2 items-center w-[95vw] md:w-3/4 lg:w-1/2 bg-slate-200/50 p-5 rounded-3xl ">

{/* Instruction activate button */}
<div
Expand Down

0 comments on commit 37ad1f1

Please sign in to comment.