I'm just introducing myself to flexbox and from what I understand if I have a flex
parent, then I can align the children of the parent that are on a single row with the align-items
rule. However, my children are not changning their alignment as seen here: https://jsfiddle.net/b9L09gsa/
The content remains at the top instead of at the bottom like I would like. The idea is to have the logo div and nav items align neatly at the bottom. Clearly I don't understand something, any help would be great!