<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1150px) {

    #outer-feed-container {
        box-sizing: border-box;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 100vw;
        margin-right: auto;
        margin-left: 0;
        padding-right: 12px;
    }

    .trending-container {
        width: 100%;
        max-width: 100vw;
        padding: 0 7px;
    }
    
    .feed-item-container {
        width: 100vw;
        min-width: 98% !important;
        max-width: 100vw;
    }

    .modal-image {
        max-width: 100vw;
    }

}

@media only screen and (max-width: 600px) {

    #outer-feed-container {
        padding-right: 2px;
    }

    .content-inner {
        width: 100vw;
        padding-left: 3px;
    }

    .thot-media {
        max-width: 100vw;
    }

    .row-cover-container {
        min-width: 100px;
        min-height: 100px;
    }

    .feed-comment .article-meta {
        padding: 7px;
    }

    .thoxt-feed-article, .feed-comment{
        border-radius: 0;
    }
}</pre></body></html>