Skip to content

Commit

Permalink
Fix hovering cursors cut-off on LP
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbroman committed Jun 27, 2023
1 parent fb4b392 commit 7462888
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

0 comments on commit 7462888

Please sign in to comment.