Skip to content

Commit

Permalink
reduce opacity in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis committed Apr 29, 2021
1 parent b21a344 commit 2a31dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function HomePage() {
<div
css={css`
grid-area: center;
opacity: 25%;
opacity: 12.5%;
display: flex;
align-items: center;
justify-content: center;
Expand Down

1 comment on commit 2a31dfc

@vercel
Copy link

@vercel vercel bot commented on 2a31dfc Apr 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.