Skip to content

Commit

Permalink
fix: fix logo gutter bg
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 13, 2019
1 parent 8922690 commit 4c59628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApiLogo/styled.elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import styled from '../../styled-components';
export const LogoImgEl = styled.img`
max-height: ${props => props.theme.logo.maxHeight};
max-width: ${props => props.theme.logo.maxWidth};
padding: ${props => props.theme.logo.gutter};
width: 100%;
display: block;
`;

export const LogoWrap = styled.div`
text-align: center;
padding: ${props => props.theme.logo.gutter};
`;

const Link = styled.a`
Expand Down

0 comments on commit 4c59628

Please sign in to comment.