fix: introduce fix for logo being stretched

This commit is contained in:
kasia.oczkowska
2024-07-11 11:28:45 +01:00
parent 099dfbd0b0
commit b2c14f4226
3 changed files with 1 additions and 2 deletions

View File

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