Skip to content

Commit

Permalink
spacing on byob
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 2, 2019
1 parent dd3725b commit 79a91ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import media from 'services/ResponsiveService'

const Wrapper = styled.div`
display: flex;
padding: 12px 25px;
padding: 12px 25px 12px 24px;
align-items: center;
justify-content: space-between;
background: ${props => props.theme['marketing-primary']};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const RightContainer = styled(Container)`
`
const TextContainer = styled.div`
display: none;
margin-left: 20px;
margin-left: 32px;
@media (min-width: 850px) {
display: flex;
}
Expand Down

0 comments on commit 79a91ab

Please sign in to comment.