@media (max-width: 700px) {
    .icd-changelog-current,
    .icd-changelog-release-head {
        flex-direction: column;
        align-items: stretch;
    }

    .icd-changelog-release-meta {
        justify-content: flex-start;
    }

    .icd-changelog-change {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .icd-changelog-type {
        justify-self: start;
    }
}