fixed mobile padding of navigation, added media queries for spacing of feature blocks

This commit is contained in:
fdnklg
2020-10-12 10:27:22 +02:00
committed by moklick
parent b724dab291
commit 4802a054c0
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import ReactFlowLogo from 'assets/images/react-flow-logo.svg';
const Centered = styled(Flex)`
justify-content: space-between;
align-items: center;
padding: ${getThemeSpacePx(4)};
padding: 24px 16px;
`;
const Wrapper = styled.nav`