Skip to content

Commit

Permalink
fix(notfoundpage): not Found Page layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Greimil committed Nov 6, 2023
1 parent 778f5a8 commit 7924e0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/features/PageNotFound/HeroSectionPageNotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export const HeroSectionPageNotFound = () => {
};

return (
<div className="bg-gradient-lava-diagonal flex flex-col md:flex-row md:items-center md:justify-center pt-8 px-8 md:pt-14 md:px-14 md:grid md:grid-rows-[132px,132px,132px] md:grid-cols-[1fr,355px] lg:grid-rows-[192px,220px,220px] lg:grid-cols-[1fr,564px] 2xl:grid-cols-[1fr,795px] ">
<div className="bg-gradient-lava-diagonal flex flex-col md:flex-row gap-7 lg:gap-0 md:items-center md:justify-center pt-8 px-8 md:pt-14 md:px-14 md:grid md:grid-rows-[132px,132px,132px] md:grid-cols-[1fr,355px] lg:grid-rows-[192px,220px,220px] lg:grid-cols-[1fr,564px] ">
<Heading
level="h3"
level="h2"
variant="tangerine"
className=" text-2xl mb-4 md:mb-0 col-span-2 md:w-[480px] lg:self-end 2xl:col-span-1 2xl:w-full "
className=" leading-[1.2] mb-4 md:mb-0 col-span-2 lg:self-end md:text-[32px] md:w-3/4 lg:leading-[64px] lg:w-3/4 xl:w-2/3 lg:text-[44px] "
>
{
"Oops! It looks like the recipe you're hunting for has slipped out of the pot."
Expand All @@ -35,11 +35,11 @@ export const HeroSectionPageNotFound = () => {
</Button>
</Link>

<div className="flex justify-center items-end md:row-start-2 md:col-start-2 md:self-start lg:row-span-1 ">
<div className="flex justify-center items-end md:row-start-2 md:col-start-2 lg:row-span-1 ">
<img
src={YumiReading}
alt="Yumi Reading"
className="w-72 md:w-[355px] lg:w-[558px] xl:w-[795px] "
className="w-72 md:w-[355px] lg:w-[558px] "
/>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,3 @@ h6,
h6.font-display {
font-family: var(--font-open-sans);
}


0 comments on commit 7924e0c

Please sign in to comment.