fix: fix logo width

This commit is contained in:
Roman Hotsiy 2018-03-22 18:50:31 +02:00
parent 4b15a1702d
commit 384c883bb8
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -4,6 +4,7 @@ import styled from '../../styled-components';
export const LogoImgEl = styled.img`
max-height: ${props => props.theme.logo.maxHeight};
max-width: ${props => props.theme.logo.maxWidth};
width: 100%;
display: block;
`;