Skip to content

Commit

Permalink
aspect-ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 5, 2024
1 parent 330f272 commit afb3caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Nav({
a {display:block; background:white;}
a img {
object-fit:cover; aspect:16/9; width:auto; height:7rem;
object-fit:cover; aspect-ratio:16/9; width:auto; height:7rem;
}
}
`}</style>
Expand Down

0 comments on commit afb3caf

Please sign in to comment.