Skip to content

Commit

Permalink
Merge pull request #20 from Team-INSERT/layouts/aside
Browse files Browse the repository at this point in the history
사이드바 padding에 중복 지정해버린 오류 수정
  • Loading branch information
Ubinquitous authored Jul 1, 2023
2 parents d98ef99 + fce22af commit 9551258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Aside/InfomationBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Container = styled.main`
display: flex;
align-items: center;
gap: 12px;
padding-left: 0px 18px;
padding: 0px 18px;
border-radius: 5px;
`;

Expand Down

0 comments on commit 9551258

Please sign in to comment.