From 4d0b13d22be1297c91316d5e52c8fb30ded5c7dd Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 15 Jan 2022 22:52:33 +0100 Subject: fix: keep logo consistent on zoom --- src/components/Branding/Branding.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/Branding/Branding.tsx b/src/components/Branding/Branding.tsx index e14ffdf..9421314 100644 --- a/src/components/Branding/Branding.tsx +++ b/src/components/Branding/Branding.tsx @@ -22,7 +22,7 @@ const Branding: BrandingReturn = ({ isHome = false }) => { message: `${config.name} picture`, comment: 'Branding logo.', })} - layout="intrinsic" + layout="responsive" />
-- cgit v1.2.3