fix(logo): adjust spacing between logo and menu

This commit is contained in:
Thomas Ibarra
2019-07-30 17:45:27 -05:00
parent 2e85d8e9f1
commit a39d5e5ac0
+1
View File
@@ -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`