Skip to content

Commit

Permalink
Chore: Fix styling of adjust controls
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmeeedMostafa committed Nov 23, 2020
1 parent 91f276d commit 36c4479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/react/styledComponents/Adjust.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ const AdjustWrapper = styled.div`
color: ${props => props.theme.colors.text};
text-align: center;
display: flex;
justify-content: center;
justify-content: space-between;
div {
margin-left: 10px;
}
@media (max-width: 768px) {
flex-wrap: wrap;
Expand Down

0 comments on commit 36c4479

Please sign in to comment.