Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggishop committed Oct 8, 2024
1 parent a673174 commit 725fd7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/routes/_index/sections/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ export default function Hero() {
</div>
</div>
<div
className='z-0 absolute inset-0 pointer-events-none'
style={{
display: 'grid',
position: 'absolute',
top: 0,
gridTemplateColumns: 'repeat(2, minmax(0, 1fr)',
gridTemplateColumns: 'repeat(2, minmax(0, 1fr))',
}}
>
<div />
Expand Down

0 comments on commit 725fd7f

Please sign in to comment.