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:
parent
4b1ca3e296
commit
6bf4e1a52e
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ body {
|
|||
margin-bottom: 0.25em;
|
||||
&+time {
|
||||
display: block;
|
||||
margin-top: 0.25em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
}
|
||||
time {
|
||||
|
|
Loading…
Add table
Reference in a new issue