Skip to content

Commit

Permalink
fix(ui-kit): Row 컴포넌트 상하 마진 제거 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Mar 26, 2021
1 parent 2dca6af commit 8e867d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-kit/src/sass/components/_Row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.lubycon-grid__row {
display: flex;
margin: #{-$grid-gutter / 2};
margin: 0 #{-$grid-gutter / 2};
flex-wrap: wrap;
box-sizing: border-box;

Expand Down

0 comments on commit 8e867d1

Please sign in to comment.