Skip to content

Commit 2ec8be8

Browse files
committed
Update font-size
1 parent 0dbf90e commit 2ec8be8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Bingo.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const MouseOver = styled.div`
4747
width: 100%;
4848
height: 100%;
4949
z-index: 10;
50-
font-size: 20vw;
50+
font-size: 30vh;
5151
cursor: pointer;
5252
5353
${BingoButton}:not(:hover) & {
@@ -58,13 +58,13 @@ const MouseOver = styled.div`
5858
const FirstMouseOut = styled.div`
5959
${buttonText}
6060
61-
font-size: 20vw;
61+
font-size: 30vh;
6262
`;
6363

6464
const MouseOut = styled.div`
6565
${buttonText}
6666
67-
font-size: 28vw;
67+
font-size: 45vh;
6868
6969
${MouseOver}:hover + & {
7070
opacity: 0.2;

0 commit comments

Comments
 (0)