Skip to content

Commit

Permalink
hero sizing better
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed May 11, 2024
1 parent 969afcb commit 87f54bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function Hero() {
loop={true}
style={
{
width: "80%"
width: "auto",
maxHeight: "80vh",
}
}
/>
Expand Down

0 comments on commit 87f54bc

Please sign in to comment.