Skip to content

Commit

Permalink
fix overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Apr 28, 2024
1 parent a403020 commit 8c5a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/toolbox/HeroCardSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const HeroCardSection = ({logo, post, tags, featuredImage}) =>{
<div className="absolute bottom-0 w-full h-full bg-gradient-to-b from-gray-900/0 to-black left-0 rounded-t-2xl z-0" />
<div className="relative w-full max-w-[1320px] mx-auto h-full flex flex-col-reverse justify-between">
{/* <div style={{pointerEvents:'none'}} className="bg-black pointer-none opacity-[20%] w-full h-full absolute left-0 top-0"/> */}
<div className="w-full z-10 grid grid-cols-12 gap-16 flex pt-0 md:pt-6 p-6 justify-between ">
<div className="w-full z-10 grid grid-cols-12 lg:gap-8 flex pt-0 md:pt-6 p-6 justify-between ">
<div className="flex order-2 md:order-1 col-span-12 lg:col-span-9 w-full flex-col justify-between">
<div className="flex flex-col justify-between">
<div className="flex flex-col">
Expand Down

0 comments on commit 8c5a8fd

Please sign in to comment.