mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
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:
commit
d13a773f7c
2 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
.download {
|
||||
.title {
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue