@media (max-width: 350px) {
    div#edit-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}