Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(VideoPlayer): shrink button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 7, 2018
1 parent d1e618f commit 211e1fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/VideoPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const AcceptCookiesButton = styled.div`
padding: 0.4rem 1rem;
color: #fff;
border-radius: 3px;
font-size: 0.8rem;
${media.greaterThan(`xsmall`)} {
font-size: 1rem;
}
}
`
const ButtonWrapper = styled.div`
Expand Down

0 comments on commit 211e1fd

Please sign in to comment.