Skip to content

Commit

Permalink
fix(web-domains): HobbyList 레이아웃 수정 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm authored Sep 13, 2024
1 parent de0131a commit 01fc500
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export const itemCss = css({
});

export const itemContainerCss = css({
'& > * + *': {
marginLeft: size['6xs'],
'& > *': {
marginRight: size['6xs'],
marginBottom: size['6xs'],
},
});

0 comments on commit 01fc500

Please sign in to comment.