fix: fix logo gutter bg

This commit is contained in:
Roman Hotsiy 2019-05-13 12:16:54 +03:00
parent 8922690d0f
commit 4c59628e14
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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`