Skip to content

Commit

Permalink
Merge pull request #1843 from holium/fix-hovering-cursors-lp
Browse files Browse the repository at this point in the history
Fix hovering cursors cut-off on LP
  • Loading branch information
gdbroman authored Jun 27, 2023
2 parents fb4b392 + 7462888 commit 84e7099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holium-com/src/components/Hero.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const HeroContainer = styled(Flex)`
text-align: center;
max-width: 814px;
width: 100%;
max-height: 725px;
max-height: 777px;
overflow: hidden;
.cursors-static {
Expand Down

1 comment on commit 84e7099

@vercel
Copy link

@vercel vercel bot commented on 84e7099 Jun 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

holium-com – ./holium-com

holium-com-blue.vercel.app
holium-com-git-master-holium.vercel.app
holium-com-holium.vercel.app
www.holium.com
holium.com

Please sign in to comment.