mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
fix: fix logo width
This commit is contained in:
parent
4b15a1702d
commit
384c883bb8
|
@ -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;
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user