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`