My codepen has a logo image on the left and ul menu on the right – after the menu finishes there is empty space to the right of the menu – how do I tell the menu to align to the right so that the empty space is to the left of the menu?
I have tried various things which have not worked such as
.flexbox-1-4 {
display:flex;
justify-content:space-between;
}