Flexbox -Ausrichtung des letzten Elements richtig
apply margin-left: auto
to the last item
Jealous Jellyfish
apply margin-left: auto
to the last item
.speakers::after {
content: '';
flex: auto;
}