Skip to content

Commit

Permalink
fix: improve padding on tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 7, 2022
1 parent 542f7a2 commit d81269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PackTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const PackTile = ({
'logo summary summary';
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 0.5fr 1fr;
padding: 0.2rem;
padding: 0.2rem 0.5rem;
`}
`}
onClick={() => handlePackClick(id)}
Expand Down

0 comments on commit d81269b

Please sign in to comment.