fix: introduce fix for logo being stretched
This commit is contained in:
@@ -2,6 +2,5 @@ import styled from '@emotion/styled';
|
||||
export const LogoImage = styled('img')(() => ({
|
||||
maxWidth: 200,
|
||||
maxHeight: 22,
|
||||
width: '100%',
|
||||
height: 'auto',
|
||||
}));
|
||||
|
Reference in New Issue
Block a user