Skip to content

Commit

Permalink
Minor tweaks to copy and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Jun 14, 2018
1 parent c500116 commit e8b5377
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const Title = styled.h1`
text-shadow: rgba(0, 135, 220, 0.3) 0 1px 5px;
@media (min-width: ${breakpoint * 1}px) {
font-size: 48px;
font-size: 40px;
}
@media (min-width: ${breakpoint * 2}px) {
font-size: 72px;
font-size: 64px;
}
`;

Expand Down Expand Up @@ -228,8 +228,8 @@ export default ({ data: { site: { siteMetadata: { toc, defaultTranslation } }, p
<Pitch>
<Title>Storybook tutorial</Title>
<Desc>
Learn Storybook to create bulletproof UI components as you build an app UI from
scratch.
Learn Storybook to create bulletproof UI components, along the way you&rsquo;ll build
an app UI from scratch.
</Desc>

<ActionHeading>Get Started</ActionHeading>
Expand All @@ -239,7 +239,7 @@ export default ({ data: { site: { siteMetadata: { toc, defaultTranslation } }, p
</Link>

<Button inverse disabled>
Vue (coming soon)
Vue (in progress)
</Button>

<Link href="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/hichroma/learnstorybook.com" target="_blank">
Expand Down

0 comments on commit e8b5377

Please sign in to comment.