From a39d5e5ac01badb94a5fe70285ea163e8ad1f961 Mon Sep 17 00:00:00 2001 From: Thomas Ibarra Date: Tue, 30 Jul 2019 17:45:27 -0500 Subject: [PATCH] fix(logo): adjust spacing between logo and menu --- src/components/Header/styles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Header/styles.tsx b/src/components/Header/styles.tsx index 5ec27db..8ea4cee 100644 --- a/src/components/Header/styles.tsx +++ b/src/components/Header/styles.tsx @@ -15,6 +15,7 @@ export const InnerWrapper = styled.div` export const Logo = styled.img` width: 122px; height: 122px; + margin-bottom: 10px; ` export const Menu = styled.nav`