Skip to content

Commit

Permalink
Fit all media controls on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanvugt committed Feb 14, 2022
1 parent 1364517 commit 498ea4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/mediaControls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ const Button = styled("button")`
color: #ccc;
cursor: not-allowed;
}
@media (max-width: ${breakpoints.sm}) {
padding: 2rem 2rem;
}
`;

const Scrubber = styled("input")`
Expand Down

0 comments on commit 498ea4c

Please sign in to comment.