mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 07:00:25 -04:00
fix: decrease width of carousels and texts and add missing alt text
This commit is contained in:
parent
499c614fd1
commit
217de6432d
3 changed files with 3 additions and 2 deletions
src/views/starter-projects
|
@ -15,5 +15,6 @@
|
|||
"starterProjects.surpriseMe": "Surprise me",
|
||||
"starterProjects.gettingStarted": "Getting Started",
|
||||
"starterProjects.newToScratch": "New to Scratch? Try the Getting Started tutorial.",
|
||||
"starterProjects.gettingStartedImageDescription": "An illustrated boy plants his flag on top of a freshly painted mountaintop.",
|
||||
"starterProjects.tryIt": "Try it!"
|
||||
}
|
||||
|
|
|
@ -66,7 +66,7 @@ const StarterProjects = () => {
|
|||
<section className="getting-started">
|
||||
<img
|
||||
alt={intl.formatMessage({
|
||||
id: 'ideas.gettingStartedImageDescription'
|
||||
id: 'starterProjects.gettingStartedImageDescription'
|
||||
})}
|
||||
src="/images/ideas/getting-started-illustration.svg"
|
||||
/>
|
||||
|
|
|
@ -191,7 +191,7 @@ $base-bg: $ui-white;
|
|||
.think-big,
|
||||
.how-to,
|
||||
.project-sections .project-section {
|
||||
max-width: 28.75rem;
|
||||
max-width: 22.5rem;
|
||||
}
|
||||
|
||||
.getting-started .info {
|
||||
|
|
Loading…
Reference in a new issue