Don't break up navigation on mobile

This commit is contained in:
Ray Schamp 2016-05-31 09:32:04 -04:00
parent 9f886a007f
commit 89bdeff631

View file

@ -6,7 +6,7 @@
ul {
display: flex;
justify-content: space-between;
flex-flow: row wrap;
flex-flow: row nowrap;
align-items: center;
list-style-type: none;