This commit is contained in:
Saoud Rizwan
2024-10-01 04:00:53 -04:00
parent f872911de2
commit 99108eaa50
5 changed files with 61 additions and 31 deletions

View File

@@ -67,6 +67,12 @@ const StyledMarkdown = styled.div`
ul {
line-height: 1.25;
}
ol,
ul {
padding-left: 2.5em;
margin-left: 0;
}
`
const StyledPre = styled.pre<{ theme: any }>`