mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 22:54:51 +03:00
fix: svg doesn't display or not a 100%
This commit is contained in:
parent
4b072be8d1
commit
6814d409a7
|
@ -14,7 +14,8 @@ export const LogoWrap = styled.div`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Link = styled.a`
|
const Link = styled.a`
|
||||||
display: inline-block;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// eslint-disable-next-line react/display-name
|
// eslint-disable-next-line react/display-name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user