Render post actions on a new line

This commit is contained in:
Gabriel Augendre 2020-06-18 23:06:52 +02:00
parent cce41d8482
commit 8586d537bd
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -114,6 +114,10 @@ body {
font-size: 1.4em;
display: block;
margin: 1.5em 0 .5em 0;
a:nth-of-type(2)::before {
content: "\A";
white-space: pre;
}
}
h2 + time.dt-published {