add margin to blog post timestamps

This commit is contained in:
zyl 2024-10-23 20:03:06 -07:00
parent aeb740fa54
commit 5dead5d1dc
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs

View file

@ -127,6 +127,11 @@ abbr {
margin: 0;
}
.timestamp {
display: block;
margin-bottom: 2px;
}
.header-image-wrapper {
color: var(--accent-text-color-neutral);
background-color: var(--accent-color-neutral);