We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b15a17 commit 384c883Copy full SHA for 384c883
src/components/ApiLogo/styled.elements.tsx
@@ -4,6 +4,7 @@ import styled from '../../styled-components';
4
export const LogoImgEl = styled.img`
5
max-height: ${props => props.theme.logo.maxHeight};
6
max-width: ${props => props.theme.logo.maxWidth};
7
+ width: 100%;
8
display: block;
9
`;
10
0 commit comments