Skip to content

Commit

Permalink
chore(modify css code): 불필요한 margin 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Dec 1, 2023
1 parent 174ec9b commit 33e7ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/FAQ/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const Container = styled.div`
const BoundaryLine = styled.hr`
height: 1px;
width: calc(100% - 40px);
margin: 0 auto;
background-color: ${THEME.TEXT.BLACK};
border: none;
`;
Expand Down

0 comments on commit 33e7ab0

Please sign in to comment.