feat(custom-logo): constraint svg logo dimensions (#1243)
This commit is contained in:
8
packages/web/src/components/CustomLogo/style.ee.ts
Normal file
8
packages/web/src/components/CustomLogo/style.ee.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
export const LogoImage = styled('img')(() => ({
|
||||
maxWidth: 200,
|
||||
maxHeight: 50,
|
||||
width: '100%',
|
||||
height: 'auto',
|
||||
}));
|
Reference in New Issue
Block a user