fix date on short post titles

always send it to a new line
This commit is contained in:
Sean Yesmunt 2021-03-30 11:16:00 -04:00
parent 52f068cead
commit 3cdeb98ea8

View file

@ -71,6 +71,8 @@
}
.post__date {
display: block;
margin-top: var(--spacing-s);
font-size: var(--font-small);
color: var(--color-help);
}