diff --git a/interface/src/components/layout/LayoutDrawer.tsx b/interface/src/components/layout/LayoutDrawer.tsx index 60b8649a6..b63955c54 100644 --- a/interface/src/components/layout/LayoutDrawer.tsx +++ b/interface/src/components/layout/LayoutDrawer.tsx @@ -6,6 +6,10 @@ import type { FC } from 'react'; import { PROJECT_NAME } from 'api/env'; const LayoutDrawerLogo = styled('img')(({ theme }) => ({ + [theme.breakpoints.down('sm')]: { + height: 24, + marginRight: theme.spacing(2) + }, [theme.breakpoints.up('sm')]: { height: 38, marginRight: theme.spacing(2)