Skip to content

Commit

Permalink
Fix small style
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed May 16, 2024
1 parent 54fffc5 commit 86d93aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ const withGrid: Decorator = Story => (
<div
style={{
display: "grid",
gridTemplateColumns: "repeat(4, 200px)",
gridTemplateColumns: "repeat(4, 180px)",
marginInlineStart: "30px",
marginTop: "10px",
gap: "50px",
width: "100%"
}}
Expand Down

0 comments on commit 86d93aa

Please sign in to comment.