Skip to content

Commit

Permalink
fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis committed Mar 19, 2023
1 parent e2e1ce4 commit 3c70ab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ export default function HomePage({ pattern }: Props) {
}
@media ${media.md} {
transform: scale(5);
transform: scale(6);
}
svg {
width: 100%;
}
`}
>
Expand Down

1 comment on commit 3c70ab5

@vercel
Copy link

@vercel vercel bot commented on 3c70ab5 Mar 19, 2023

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.