Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore(docz-theme-default): some responsive improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 23, 2018
1 parent 3269240 commit 917f8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/docz-theme-default/src/components/ui/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styled from 'react-emotion'
export const Table = styled('table')`
width: 100%;
padding: 0;
margin-bottom: 50px;
table-layout: fixed;
box-shadow: 0 0 0 1px ${p => p.theme.colors.border};
background-color: transparent;
Expand Down
5 changes: 3 additions & 2 deletions packages/docz-theme-default/src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const styles = {
fontWeight: 600,
},
h2: {
margin: ['25px 0 20px', '50px 0 20px'],
margin: ['30px 0 20px', '50px 0 20px'],
lineHeight: ['1.2em', '1.5em'],
fontSize: [30, 32],
fontSize: [28, 32],
fontWeight: 400,
},
h3: {
Expand Down Expand Up @@ -56,6 +56,7 @@ export const styles = {
lineHeight: 1.8,
},
table: {
marginBottom: [20, 40],
fontFamily: '"Source Code Pro", monospace',
fontSize: 14,
},
Expand Down

0 comments on commit 917f8c9

Please sign in to comment.