Skip to content

Commit

Permalink
Update layout max width, tables bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
LanesGood committed Aug 24, 2019
1 parent 3826d2d commit 9da315e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Table ({ columns, rows, onRowClick }) {
width: 100%;
border-spacing: 0;
max-width: 100%;
margin-bottom: ${theme.layout.globalSpacing};
margin-bottom: calc(${theme.layout.globalSpacing} * 4);
}
thead th {
Expand Down
2 changes: 1 addition & 1 deletion styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let shape = {
let layout = {
globalSpacing: '1rem',
rowMinWidth: '320px',
rowMaxWidth: '1280px'
rowMaxWidth: '1180px'
}

let mediaRanges = {
Expand Down

0 comments on commit 9da315e

Please sign in to comment.