@media (max-width: 900px){
    .entry-header{
        &> :first-child{
            width: 70%;
        }

        &> :last-child{
            width: 30%;
        }


        .entry-title{
            font-size: 2rem;
        }
    }

    .entry-body{
        flex-direction: column;

        &> :first-child{
            width: 100%;
        }

        &> :last-child{
            width: 100%;
        }
    }

    .post-navigation{
        .post-nav-link{
            width: 40%;

            &.home{
            width: 20%;
            align-items: center;
            text-align: center;
            }
        }
    }

    .songlist{
        list-style: none;
        margin: 0;
        padding: 0 !important;
    }
}

