i have 2 item in flex and i want one to be in the middle how i do this? code example
Example: flexbox align right and left
.primary-nav {
display:-webkit-flex;
display:flex;
list-style-type:none;
padding:0;
justify-content:flex-end;
}
.left {
margin-right:auto;
}