Skip to content

Commit

Permalink
define a maximum number of characters per line for better readability (
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub committed Oct 1, 2020
1 parent 046def8 commit 7857c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/documentation/docsite/src/components/doc.tsx
Expand Up @@ -20,7 +20,8 @@ export const Doc: React.FC<DocProps> = memo(function Doc({ docPage }) {
})

const HtmlContainer = styled.div`
width: 75%;
width: 100%;
max-width: 34rem;
`

const Container = styled.div`
Expand Down

0 comments on commit 7857c62

Please sign in to comment.