We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbf90e commit 2ec8be8Copy full SHA for 2ec8be8
1 file changed
src/components/Bingo.tsx
@@ -47,7 +47,7 @@ const MouseOver = styled.div`
47
width: 100%;
48
height: 100%;
49
z-index: 10;
50
- font-size: 20vw;
+ font-size: 30vh;
51
cursor: pointer;
52
53
${BingoButton}:not(:hover) & {
@@ -58,13 +58,13 @@ const MouseOver = styled.div`
58
const FirstMouseOut = styled.div`
59
${buttonText}
60
61
62
`;
63
64
const MouseOut = styled.div`
65
66
67
- font-size: 28vw;
+ font-size: 45vh;
68
69
${MouseOver}:hover + & {
70
opacity: 0.2;
0 commit comments