Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0] New design + new home page 🎉 #1170

Merged
merged 16 commits into from
Jun 15, 2017
Merged
Prev Previous commit
Add index label
  • Loading branch information
KyleAMathews committed Jun 15, 2017
commit 7ac1442306caa900ab387de4dac0514fea9c8555
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