header { display: flex; align-items: center; } header .brand { display: flex; align-items: center; max-width: 40%; } .brand img { height: 3em; } nav { flex: 1; } nav ol { display: flex; flex-wrap: wrap; padding-left: 0; text-align: center; list-style-type: none; } nav ol li { flex: 1; } footer { margin: auto; }