Skip to content

Commit

Permalink
tweak feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 22, 2024
1 parent 79d99b4 commit 940d190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/FeatureHero/FeatureHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const FeatureHero = ({


return (
<FlexBox {...props} as="section" alignItems="start" justifyContent="between" className="flex-col bg-soe-black">
<FlexBox {...props} as="section" alignItems="start" justifyContent="between" className="relative flex-col bg-soe-black h-auto w-full aspect-[16/9]">
<Container width="full" className='order-last flex flex-col rs-p-9 *:text-white z-50 lg:max-w-[50%] *:font-dm-sans bg-soe-black lg:bg-transparent'>
{children}
</Container>
<div className="relative aspect-[16/9] lg:aspect-auto w-full bg-cool-grey lg:absolute lg:top-0 lg:h-full overflow-hidden z-10">
<div className="relative w-full bg-cool-grey lg:absolute lg:top-0 lg:left-0 h-auto z-10">
<Image className="absolute top-0 left-0 lg:left-[300px] z-0 w-full h-auto"
alt=""
src={`soe-centennial-nextjs/assets/images/Hawa-Racine-Thiam.jpg`}
Expand Down

0 comments on commit 940d190

Please sign in to comment.