Flexbox Wyrównaj ostatni element w prawo
apply margin-left: auto
to the last item
Jealous Jellyfish
apply margin-left: auto
to the last item
.speakers::after {
content: '';
flex: auto;
}