Files
automatisch/packages/web/src/components/CustomLogo/style.ee.ts
2023-12-14 14:28:07 +00:00

9 lines
161 B
TypeScript

import styled from '@emotion/styled';
export const LogoImage = styled('img')(() => ({
maxWidth: 200,
maxHeight: 22,
width: '100%',
height: 'auto',
}));