Optimize PNG's

This commit is contained in:
Tom Moor 2017-11-15 21:16:15 -08:00
parent 51a9803c7d
commit 68305e65ea
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -22,7 +22,7 @@ function Home() {
</p>
</Hero>
<Features>
<Grid.Unit size={{ desktop: 1 / 3 }}>
<Grid.Unit size={{ desktop: 1 / 3, tablet: 1 / 2 }}>
<Feature>
<h2>Blazing Fast</h2>
<p>
@ -40,7 +40,7 @@ function Home() {
</p>
</Feature>
</Grid.Unit>
<Feature size={{ desktop: 2 / 3 }}>
<Feature size={{ desktop: 2 / 3, tablet: 1 / 2 }}>
<Screenshot
srcset="screenshot.png, screenshot@2x.png 2x"
src="/screenshot@2x.png"