Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
itush committed Jul 7, 2023
1 parent b3d23d4 commit 4deb0d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ export default function Home() {
}

return (
<main>
<main className="flex flex-col min-h-[100vh] items-center justify-center">

<section className='advice-card relative w-[80%] h-96
flex flex-col justify-center items-center
mx-auto bg-DarkGrayishBlue my-16 rounded-md lg:w-[60%]'>
mx-auto bg-DarkGrayishBlue rounded-md lg:w-[60%]'>

<h1 className='uppercase text-NeonGreen text-center font-medium my-2'>{adviceId}</h1>
<p className='text-LightCyan text-lg text-center px-2 font-bold
Expand All @@ -59,7 +60,7 @@ export default function Home() {



<div className='text-center text-xs mt-32 text-gray-500' >
<div className='text-center text-xs text-gray-500' >
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://tusharthe.vercel.app/" target="_blank">Tushar Biswas</a>.
</div>
Expand Down

1 comment on commit 4deb0d1

@vercel
Copy link

@vercel vercel bot commented on 4deb0d1 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.