mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
reduce space between paragraphs
This commit is contained in:
parent
3329a58da2
commit
d9415d6fe4
1 changed files with 37 additions and 35 deletions
|
@ -348,41 +348,43 @@ class AnnualReport extends React.Component {
|
|||
<h2>
|
||||
<FormattedMessage id="annualReport.covidResponseTitle" />
|
||||
</h2>
|
||||
<p>
|
||||
<FormattedMessage id="annualReport.covidResponseP1" />
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="annualReport.covidResponseP2"
|
||||
values={{
|
||||
scratchAtHomeLink: (
|
||||
<a
|
||||
href="https://sip.scratch.mit.edu/scratchathome/"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="annualReport.covidResponseScratchAtHomePage" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="annualReport.covidResponseP3"
|
||||
values={{
|
||||
scratchCommunityLink: (
|
||||
<a
|
||||
href="/"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="annualReport.covidResponseScratchCommunity" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<div>
|
||||
<p>
|
||||
<FormattedMessage id="annualReport.covidResponseP1" />
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="annualReport.covidResponseP2"
|
||||
values={{
|
||||
scratchAtHomeLink: (
|
||||
<a
|
||||
href="https://sip.scratch.mit.edu/scratchathome/"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="annualReport.covidResponseScratchAtHomePage" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="annualReport.covidResponseP3"
|
||||
values={{
|
||||
scratchCommunityLink: (
|
||||
<a
|
||||
href="/"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="annualReport.covidResponseScratchCommunity" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="mission-section section"
|
||||
|
|
Loading…
Reference in a new issue