Skip to content

Commit

Permalink
#24 fix: 마크다운 표가 원활히 표시되도록 스타일링 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
msung99 committed Mar 12, 2024
1 parent 4f328e9 commit 18bd9f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/post/post-content/post-style/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const HtmlWrapper = styled.div`
padding-top: 10px;
padding-left: 10px;
border-bottom: 0.1px solid ${props => props.theme.main.text};
border-left: 0.1px solid ${props => props.theme.main.text};
}
}
}
Expand All @@ -88,6 +89,7 @@ export const HtmlWrapper = styled.div`
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 20px;
border-bottom: 0.5px solid ${props => props.theme.main.text};
border-right: 0.1px solid ${props => props.theme.main.text};
}
Expand All @@ -97,6 +99,7 @@ export const HtmlWrapper = styled.div`
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 20px;
border-bottom: 0.1px solid ${props => props.theme.main.text};
}
Expand Down

0 comments on commit 18bd9f1

Please sign in to comment.