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:
parent
4b1ca3e296
commit
6bf4e1a52e
@ -252,6 +252,8 @@ body {
|
||||
margin-bottom: 0.25em;
|
||||
&+time {
|
||||
display: block;
|
||||
margin-top: 0.25em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
}
|
||||
time {
|
||||
|
Loading…
Reference in New Issue
Block a user