diff --git a/frontend/src/routes/components/logos/index.tsx b/frontend/src/routes/components/logos/index.tsx index 6987dfc19b19f5d739a23d317bd407b5998c7962..0df526b73ab202e9d7c43162be2985de64188130 100644 --- a/frontend/src/routes/components/logos/index.tsx +++ b/frontend/src/routes/components/logos/index.tsx @@ -33,13 +33,13 @@ function getHeaderLogo() { if (i18n.language === 'en') { return ( <UiBLogoEn - style={{ minHeight: '7rem', minWidth: '10rem', maxWidth: '30rem' }} + style={{ minHeight: '5rem', minWidth: '10rem', maxWidth: '30rem' }} /> ) } return ( <UiBLogoNo - style={{ minHeight: '7rem', minWidth: '10rem', maxWidth: '30rem' }} + style={{ minHeight: '5rem', minWidth: '10rem', maxWidth: '30rem' }} /> ) default: