Skip to content

Commit

Permalink
Update font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
hexium310 committed Feb 26, 2019
1 parent 0dbf90e commit 2ec8be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Bingo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const MouseOver = styled.div`
width: 100%;
height: 100%;
z-index: 10;
font-size: 20vw;
font-size: 30vh;
cursor: pointer;
${BingoButton}:not(:hover) & {
Expand All @@ -58,13 +58,13 @@ const MouseOver = styled.div`
const FirstMouseOut = styled.div`
${buttonText}
font-size: 20vw;
font-size: 30vh;
`;

const MouseOut = styled.div`
${buttonText}
font-size: 28vw;
font-size: 45vh;
${MouseOver}:hover + & {
opacity: 0.2;
Expand Down

0 comments on commit 2ec8be8

Please sign in to comment.