Skip to content

Commit

Permalink
Merge pull request #1345 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-09-04
  • Loading branch information
IanKrieger authored Sep 4, 2024
2 parents 073e734 + e6a1993 commit b6420be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/search/SearchLandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function SearchLandingPage() {
gap="50px"
p={1}
>
<Stack direction="column" spacing={3} maxWidth={650} alignSelf="top">
<Stack direction="column" spacing={3} maxWidth={750} alignSelf="top">
<Typography variant="h1" color="white">
<Trans>
Get incremental traffic with paid ads on the world's fastest
Expand Down
2 changes: 1 addition & 1 deletion src/search/SearchTalkingPoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SearchTalkingPoints() {
return (
<Stack
direction={{ xs: "column", lg: "row" }}
justifyContent="space-between"
justifyContent={{ xs: "space-between", lg: "space-evenly" }}
spacing={5}
alignItems="center"
>
Expand Down

0 comments on commit b6420be

Please sign in to comment.