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