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.
pull/115/head
Matt Baer 6 years ago
parent 4b1ca3e296
commit 6bf4e1a52e
  1. 2
      less/core.less

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

Loading…
Cancel
Save