Skip to content

Commit

Permalink
feature-060: 사이드바 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0428 committed Feb 12, 2024
1 parent 98cf00b commit aa3d177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/layout/sideBar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ export const Container = styled.div`
display: flex;
flex-direction: column;
margin: 60px 0px 0px 60px;
padding-right: 20px;
width: 288px;
box-shadow: 4px 0px 40px 0px rgba(0, 0, 0, 0.05);
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.05);
z-index: 0;
`;

Expand Down

0 comments on commit aa3d177

Please sign in to comment.