diff --git a/src/views/annual-report/annual-report.jsx b/src/views/annual-report/annual-report.jsx index 3852dd660..6c534af27 100644 --- a/src/views/annual-report/annual-report.jsx +++ b/src/views/annual-report/annual-report.jsx @@ -201,16 +201,16 @@ class AnnualReport extends React.Component { -
- -
- - +
+ +
+ +
-

+

-

+

diff --git a/src/views/annual-report/annual-report.scss b/src/views/annual-report/annual-report.scss index 95d371cb4..3e386c215 100644 --- a/src/views/annual-report/annual-report.scss +++ b/src/views/annual-report/annual-report.scss @@ -119,10 +119,25 @@ $base-bg: $ui-white; text-align: left; } +.section-heading { + font-size: 52px; +} + .title-banner { margin-bottom: 0; } +.donate-p { + font-size: 20px; + text-align: left; + color: $type-white; + max-width: 500px; +} + +.donate-info { + justify-content: center; +} + img.tips-icon { height: 1.75rem; } @@ -292,6 +307,7 @@ img.tips-icon { margin-right: 1rem; font-weight: 600; } + /*display: block; position: fixed; left: 0; diff --git a/src/views/annual-report/l10n.json b/src/views/annual-report/l10n.json index 3106cb367..841483b4e 100644 --- a/src/views/annual-report/l10n.json +++ b/src/views/annual-report/l10n.json @@ -53,6 +53,6 @@ "ideas.VirtualPetDescription": "Create an interactive pet that can eat, drink, and play.", "annualReport.donateTitle": "Donate", - "annualReport.donateMessage": "This is a paragraph", + "annualReport.donateMessage": "Your support enables us to make Scratch free for everyone, keeps our servers running, and most importantly, we are able to provide kids around the world an opportunity to imagine, create and share. Thank you!", "annualReport.donateButton": "Donate" }