mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Add Initiatives description.
This commit is contained in:
parent
f284200997
commit
a8c7919f5f
2 changed files with 6 additions and 2 deletions
|
@ -915,6 +915,9 @@ class AnnualReport extends React.Component {
|
||||||
<h2>
|
<h2>
|
||||||
<FormattedMessage id="annualReport.initiativesTitle" />
|
<FormattedMessage id="annualReport.initiativesTitle" />
|
||||||
</h2>
|
</h2>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage id="annualReport.initiativesDescription" />
|
||||||
|
</p>
|
||||||
<div className="initiatives-pillars">
|
<div className="initiatives-pillars">
|
||||||
<div className="three-pillars">
|
<div className="three-pillars">
|
||||||
<div className="pillar-splash tools">
|
<div className="pillar-splash tools">
|
||||||
|
|
|
@ -872,8 +872,9 @@ p {
|
||||||
padding: 88px 0;
|
padding: 88px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
p {
|
||||||
margin-bottom: 72px;
|
margin-bottom: 48px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.initiatives-pillars {
|
.initiatives-pillars {
|
||||||
|
|
Loading…
Reference in a new issue