Commit c76d55de authored by picklesrus's avatar picklesrus

css cleanup!

parent dcfb1688
......@@ -50,7 +50,7 @@ class Download extends React.Component {
<h1 className="download-title">
<img
alt={this.props.intl.formatMessage({id: 'download.iconAltText'})}
className="self-center icon"
className="icon"
height="40"
src="/images/download/placeholder.png"
width="40"
......@@ -187,7 +187,7 @@ class Download extends React.Component {
</a>
<p>
<a
className="centered"
className="legacy-link"
href="/download/scratch2"
>
<FormattedMessage id="download.scratch2Desktop" />
......@@ -210,7 +210,7 @@ class Download extends React.Component {
</a>
<p>
<a
className="centered"
className="legacy-link"
href="/scratch_1.4"
>
<FormattedMessage id="download.scratch1-4Desktop" />
......
......@@ -11,14 +11,10 @@
font-size: 2rem;
}
.centered {
.legacy-link {
display: flex;
}
.self-center {
align-self: center;
}
.download-button {
display: inline-block;
margin: .5em 0;
......@@ -65,6 +61,7 @@
.icon {
padding-right: .5rem;
max-height: 100%;
align-self: center;
}
.download-description {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment