@media only screen and (max-width: 960px) {
    .site-main {
        padding:0px 5%;
    }
    
    article.post .timeline-bull {
        left: 50%;
    }
    
    .timeline-content .comments-link {
        float:right;
    }
    
    article.post {
        padding:1em;
    }
}


@media only screen and (min-width: 960px) {
 
    #timeline::before {
        left: 50%;
        margin-left: -2px;
    }
  
    .timeline-block {
        margin: 4em 0;
    }
    
    .timeline-block:first-child {
        margin-top: 0;
    }
  
    .timeline-block:last-child {
        margin-bottom: 0;
    }
  
    .timeline-bull {
        left: 50%;
        margin-left: -10px;
    }
  
    .timeline-content {
        margin-left: 0;
        padding: 1em;
        width: 45%;
    }
    
    .timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #E9F0F5;
    }

    .timeline-content .timeline-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 18px;
        font-size: 16px;
        font-size: 1rem;
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }
  
    .timeline-block:nth-child(even) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #E9F0F5;
    }
  
    .timeline-block:nth-child(even) .timeline-content .cd-read-more {
        float: right;
    }
  
  
    .timeline-block:nth-child(even) .timeline-content .timeline-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
  
}