Merge pull request #2498 from picklesrus/download-space-edits

Fix some spacing issues on the download page. Adds a more padding und…
This commit is contained in:
picklesrus 2018-12-19 09:44:13 -05:00 committed by GitHub
commit d13a773f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}