Fix some spacing issues on the download page. Adds a more padding under heading titles and makes the text in the older versions section have normal text styling.

This commit is contained in:
picklesrus 2018-12-17 15:03:41 -05:00
parent ad4442a310
commit 158f130fab
2 changed files with 3 additions and 3 deletions

View file

@ -191,9 +191,9 @@ class Download extends React.Component {
<h2 className="title">
<FormattedMessage id="download.olderVersionsTitle" />
</h2>
<h3 className="faq-question">
<p>
<FormattedMessage id="download.olderVersions" />
</h3>
</p>
<FlexRow>
<div className="older-version">
<a href="/download/scratch2">

View file

@ -7,7 +7,7 @@
.download {
.title {
margin-bottom: 1rem;
margin-bottom: 2rem;
font-size: 2rem;
}