Skip to content

Commit

Permalink
Merge pull request #638 from amelioro/fix-headline-size
Browse files Browse the repository at this point in the history
Fix headline size
  • Loading branch information
keyserj authored Jan 11, 2025
2 parents 242cbd5 + be7514c commit 778fcf2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Closes #[insert issue number]
Closes #issue-number-here

### Description of changes

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/web/home/Headline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const Headline = () => {
cars-going-too-fast
</Link>
</Typography>
{/* max-w-34rem to barely fit the headline on two lines */}
<div className="relative my-24 flex max-w-[34rem] flex-col gap-4 rounded-3xl bg-paperPlain-main text-center sm:my-32 sm:border sm:border-primary-main sm:p-8 sm:text-left sm:shadow-xl">
{/* max-w-xl to barely fit the headline on two lines */}
<div className="relative my-24 flex max-w-xl flex-col gap-4 rounded-3xl bg-paperPlain-main text-center sm:my-32 sm:border sm:border-primary-main sm:p-8 sm:text-left sm:shadow-xl">
<Typography
variant="h1"
fontWeight="bold"
Expand Down

0 comments on commit 778fcf2

Please sign in to comment.