fix: decrease width of carousels and texts and add missing alt text

This commit is contained in:
MiroslavDionisiev 2025-02-19 13:45:25 +02:00
parent 499c614fd1
commit 217de6432d
3 changed files with 3 additions and 2 deletions

View file

@ -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!"
}

View file

@ -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"
/>

View file

@ -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 {