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>
|
<h2>
|
||||||
<FormattedMessage id="annualReport.covidResponseTitle" />
|
<FormattedMessage id="annualReport.covidResponseTitle" />
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<div>
|
||||||
<FormattedMessage id="annualReport.covidResponseP1" />
|
<p>
|
||||||
</p>
|
<FormattedMessage id="annualReport.covidResponseP1" />
|
||||||
<p>
|
</p>
|
||||||
<FormattedMessage
|
<p>
|
||||||
id="annualReport.covidResponseP2"
|
<FormattedMessage
|
||||||
values={{
|
id="annualReport.covidResponseP2"
|
||||||
scratchAtHomeLink: (
|
values={{
|
||||||
<a
|
scratchAtHomeLink: (
|
||||||
href="https://sip.scratch.mit.edu/scratchathome/"
|
<a
|
||||||
rel="noreferrer noopener"
|
href="https://sip.scratch.mit.edu/scratchathome/"
|
||||||
target="_blank"
|
rel="noreferrer noopener"
|
||||||
>
|
target="_blank"
|
||||||
<FormattedMessage id="annualReport.covidResponseScratchAtHomePage" />
|
>
|
||||||
</a>
|
<FormattedMessage id="annualReport.covidResponseScratchAtHomePage" />
|
||||||
)
|
</a>
|
||||||
}}
|
)
|
||||||
/>
|
}}
|
||||||
</p>
|
/>
|
||||||
<p>
|
</p>
|
||||||
<FormattedMessage
|
<p>
|
||||||
id="annualReport.covidResponseP3"
|
<FormattedMessage
|
||||||
values={{
|
id="annualReport.covidResponseP3"
|
||||||
scratchCommunityLink: (
|
values={{
|
||||||
<a
|
scratchCommunityLink: (
|
||||||
href="/"
|
<a
|
||||||
rel="noreferrer noopener"
|
href="/"
|
||||||
target="_blank"
|
rel="noreferrer noopener"
|
||||||
>
|
target="_blank"
|
||||||
<FormattedMessage id="annualReport.covidResponseScratchCommunity" />
|
>
|
||||||
</a>
|
<FormattedMessage id="annualReport.covidResponseScratchCommunity" />
|
||||||
)
|
</a>
|
||||||
}}
|
)
|
||||||
/>
|
}}
|
||||||
</p>
|
/>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="mission-section section"
|
className="mission-section section"
|
||||||
|
|
Loading…
Reference in a new issue