Skip to content

Commit

Permalink
Merge pull request #19 from favourite1975/fixed-error
Browse files Browse the repository at this point in the history
Fixed error
  • Loading branch information
Timi-Leyin authored Nov 18, 2022
2 parents e2667a6 + 3229f6b commit a7aab10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Navbar = () => {

{/* for smaller devices */}

<div className="flex lg:hidden xl:hidden sm:flex md:flex py-3 px-[2rem] shadow-md bg-navbarColor text-textColor justify-between">
<div className="flex lg:hidden xl:hidden sm:flex md:flex py-1 px-[2rem] shadow-md bg-navbarColor text-textColor justify-between">
<div>
<a href="/" className="flex">
<img src={logo} alt="logo image" className='w-[2.5rem] h-[2.5rem]' />
Expand Down
5 changes: 2 additions & 3 deletions src/Pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ const Home = () => {


<div className=" flex flex-col-reverse md:flex-row bg-dark justify-around items-center text-textColor min-h-screen">
{/* <div className='hidden lg:flex absolute w-[400px] h-[400px] left-[249px] top-[-200px] bg-[#4246FF] blur-[300px] bg-blend-darken'></div> */}
{/* left side */}

<div className=''>
<img src={rocket} alt="" className="absolute top-[20%] w-[150px] left-[60%] opacity-10"/>
<img src={rocket} alt="" className="absolute top-[10%] w-[150px] left-[30%] opacity-10"/>
<img src={linklogo} alt="" className="lg:max-w-[400px] lg:flex hidden"/>
</div>

Expand Down

0 comments on commit a7aab10

Please sign in to comment.