Skip to content

Instantly share code, notes, and snippets.

@MattSLangford
MattSLangford / post-divider.css
Created March 19, 2024 16:12
Add a divider line between posts on the main blog page of Tiny Theme for Micro.blog.
/* Modify to your preferences */
.post-preview {
border-bottom: 1px solid var(--code);
margin-bottom: 2em;
}