@media only screen and (min-width : 960px) {
    div.tweetwrap {
        width: 950px;
        margin: calc(var(--line-height) * 2) auto;
        padding-bottom: calc(var(--line-height) * 2);
    }

    div.tweets {
        width: 472px;
        display: inline-block;
        padding: 0 2ex;
    }
}

.sig {
    font-family: "Comic Neue";
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

@media only screen and (min-width : 960px) {
    figure.meyer,
    figure.sofia {
        width: 900px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 959px) {
    h1 {
        line-height: 1.3em;
    }