Crush the pngs

This commit is contained in:
picklesrus 2018-12-10 18:49:03 -05:00
parent ce854f7b80
commit 47ce5f5919
5 changed files with 3 additions and 4 deletions

View file

@ -87,14 +87,15 @@ class Download extends React.Component {
</div> </div>
</FlexRow> </FlexRow>
</div> </div>
<OSChooser <OSChooser
currentOS={this.state.OS} currentOS={this.state.OS}
handleSetOS={this.onSetOS} handleSetOS={this.onSetOS}
/> />
<div className="blue install-scratch"> <div className="blue install-scratch">
<FlexRow className="inner column"> <FlexRow className="inner column">
<h2><FormattedMessage id="download.installHeaderTitle" /></h2> <h2>
<FormattedMessage id="download.installHeaderTitle" />
</h2>
<Steps> <Steps>
<div className="step"> <div className="step">
<Step <Step
@ -191,7 +192,6 @@ class Download extends React.Component {
</p> </p>
</FlexRow> </FlexRow>
</div> </div>
<div className="download-section blue"> <div className="download-section blue">
<FlexRow className="inner column"> <FlexRow className="inner column">
<h2> <h2>
@ -233,7 +233,6 @@ class Download extends React.Component {
</div> </div>
</FlexRow> </FlexRow>
</FlexRow> </FlexRow>
</div> </div>
</div> </div>
); );

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 107 KiB