By adding Justify-content:space-between; to parent element
first item is on the start line, last item on the end line in this case your parent element is subscription so :
.subscription {
display: flex;
Justify-content: space-between
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…