/* Center all content in the header */
.site-header { text-align: center; }

/* Modify to your preferences */
.post-preview {
border-bottom: 1px solid var(--code);
margin-bottom: 2em;
}

a.post-date {
	font-size: 0.8em;
	color: var(--link);
	text-decoration: none;
}

a.post-date {
    font-size: 0.8em;
    color: var(--link);
    text-decoration: none;
    display: none;
}