Skip to content

Commit

Permalink
feat: enforce width
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jan 4, 2022
1 parent e7ec444 commit cec2459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PackImg.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const PackImg = ({ className, logoUrl, packName }) => {
<img
css={css`
display: block;
width: 100%;
`}
src={logoUrl}
alt={packName}
Expand Down

0 comments on commit cec2459

Please sign in to comment.