.header-nav {
    display: contents;
}

@media screen and (max-width: 768px) {
    .header {
        height: auto;
        flex-wrap: wrap;
        padding: 10px 0;
        gap: 10px;
    }

    .header .site-logo {
        margin-left: 15px;
        flex: 1;
    }
    
    .header .site-logo > .name {
        font-size: 18px;
    }
    
    .header .site-logo > .icon {
        height: 32px;
    }

    .header-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        order: 3;
        gap: 8px 15px;
        padding: 5px 15px;
    }

    .header-link {
        font-size: 14px;
    }

    .header .quick-upload-button {
        margin: 0;
        margin-right: 10px;
        order: 2;
        width: 120px;
        height: 38px;
    }

    .header .quick-upload-button > .background,
    .header .quick-upload-button > .shadow {
        width: 120px;
        height: 38px;
    }
}
