Skip to content

Commit

Permalink
Add index label
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 15, 2017
1 parent 3f84a5b commit 7ac1442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import range from "lodash/range"

export default () =>
<Container>
<h1 css={{ margin: 0 }}>Colors</h1>
<h1 css={{ margin: 0, marginLeft: rhythm(1 / 4) }}>Colors</h1>
<div css={{ overflow: `hidden` }}>
<div css={{ float: `left`, marginRight: 3, textAlign: `center` }}>
<br />
Expand Down

0 comments on commit 7ac1442

Please sign in to comment.