mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix: fix logo gutter bg
This commit is contained in:
parent
8922690d0f
commit
4c59628e14
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user