From d489a378223a92db9039e2403f2a8476b90ef034 Mon Sep 17 00:00:00 2001 From: Luiz Filipe Date: Tue, 16 Aug 2022 03:24:32 -0300 Subject: [PATCH] making logo smaller --- src/components/header/HeaderView.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/header/HeaderView.ts b/src/components/header/HeaderView.ts index c205221..059696f 100644 --- a/src/components/header/HeaderView.ts +++ b/src/components/header/HeaderView.ts @@ -36,6 +36,8 @@ export const HeaderView = styled.header` justify-content: center; width: 40%; + max-width: 120px; + max-height: 100px; img { width: 100%;