Optimize PNG's
This commit is contained in:
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 |
@ -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"
|
||||||
|
Reference in New Issue
Block a user