We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b623c6d commit 5d56095Copy full SHA for 5d56095
src/components/nav-menu.js
@@ -4,14 +4,14 @@ import styled from 'styled-components';
4
import InlineList from './inline-list';
5
6
const NavMenuStyle = styled(InlineList)`
7
- display: none;
+ display: flex;
8
justify-content: center;
9
flex-wrap: wrap;
10
font-size: 1.3em;
11
margin: 0;
12
margin-top: 0.5em;
13
14
- @media (max-width: 400px) {
+ @media (max-width: 650px) {
15
font-size: 1em;
16
}
17
`;
0 commit comments