mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Don't break up navigation on mobile
This commit is contained in:
parent
9f886a007f
commit
89bdeff631
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue