Skip to content

Commit

Permalink
Merge pull request #56 from corewar/add-tailwind
Browse files Browse the repository at this point in the history
Add tailwind
  • Loading branch information
dougajmcdonald committed Mar 10, 2020
2 parents 9e44554 + 9d29e3b commit adda0c4
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 294 deletions.
4 changes: 2 additions & 2 deletions packages/corewar-ui/src/features/common/heroLogo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ const HeroLogo = () => (
</h1>
<Octicon
name="chevron-right"
className="text-2xl md:text-3xl text-blue fill-current ml-8 pt-4"
className="text-3xl md:text-7xl text-blue fill-current ml-8 pt-4"
/>
</div>
<section className="hidden md:flex flex-wrap justify-center ml-16">
{features.map(feature => (
<Feature>
<Octicon name={feature.icon} className="text-xl text-blue fill-current" />
<Octicon name={feature.icon} className="text-2xl text-blue fill-current" />
<h3 className="m-4 font-light text-lightgrey text-center">{feature.heading}</h3>
</Feature>
))}
Expand Down

0 comments on commit adda0c4

Please sign in to comment.