Skip to content

Commit

Permalink
Temp fix for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreppel committed Feb 1, 2021
1 parent 946705a commit 2a7b0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const Flex = styled.div`

const MainContainer = styled.div`
display: flex;
flex-wrap: wrap-reverse;
justify-content: space-between;
background: ${(props) => props.theme.contentContainer};
flex-grow: 1;
Expand Down

0 comments on commit 2a7b0aa

Please sign in to comment.