Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia authored Feb 26, 2023
1 parent 5f03e09 commit edaed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function Home() {
>
<header className={classnames("hero hero--primary", styles.heroBanner)}>
<div className="container">
<VIALogo style={{ padding: 20 }} color={"rgba(242,242,242,1)"} />
<VIALogo style={{ padding: 20, width: 300 }} color={"rgba(242,242,242,1)"} />
<p className="hero__subtitle">{siteConfig.tagline}</p>
</div>
</header>
Expand Down

0 comments on commit edaed73

Please sign in to comment.