Skip to content

Commit

Permalink
fix: alignment of homepage container
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Mar 14, 2024
1 parent b96fabf commit 963d4f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ function HomepageTagline() {
return (
<section className={clsx("hero", styles.tagline)}>
<div
className={clsx(
"container col col--8 col--offset-2 margin-vert--md",
styles.taglineContainer
)}
className={clsx("container margin-vert--md", styles.taglineContainer)}
>
<h2 className="text--center">
<span>Reliable</span> automation for your{" "}
Expand Down

0 comments on commit 963d4f4

Please sign in to comment.