Don't ever wrap navigation bar contents

This commit is contained in:
ines 2017-10-30 13:16:20 +01:00
parent 74dd0ee2c2
commit df149455f9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
align-items: center
display: flex
justify-content: space-between
flex-flow: row wrap
flex-flow: row nowrap
padding: 0 2rem 0 1rem
z-index: 30
width: 100%