<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 70em) {
    body .post.entry-featured img {
        height: 400px;
    }

    body .post .entry-header {
        padding-top: 3em;
    }

    body #primary.post &gt; #secondary {
        padding-top: 3em;
        margin-left: 11%;
    }

    body.single-post .site-header + * {
        padding-top: 0;
    }

    body .post .entry-header .syntax_post_author {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;

    }

    body .post .entry-header .syntax_post_author .author_separator {
        display: inline-block;
        font-weight: 700;
        color: var(--color-primary-light);
        padding: 0 0.75em;
    }

    body .post .entry-header .syntax_post_author .syntax_author_img {
        margin-right: 2rem;
    }

}</pre></body></html>