/* My own additions to the tufte.css */

.byline {
    display: flex;
    width: 55%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.byline > * {
    font-style: normal;
    font-size: 1.4rem;
    vertical-align: baseline;
}

.author {
    font-style: normal;
}