1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-05 20:47:30 +01:00

Add spacing around time element on index pages

This adds a small margin around a time element, which makes things look
better when the body of a post starts with a header.
This commit is contained in:
Matt Baer 2019-06-01 09:26:58 -04:00
parent 4b1ca3e296
commit 6bf4e1a52e

View File

@ -252,6 +252,8 @@ body {
margin-bottom: 0.25em;
&+time {
display: block;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
}
time {