Fix entry meta margins for two columns layout

This commit is contained in:
te2dy 2021-09-20 18:58:19 +02:00
parent 9cd66cd408
commit 5c5f202e57
2 changed files with 7 additions and 2 deletions

View File

@ -1007,7 +1007,12 @@ iframe {
*/
.entry-meta {
font-size: .9em;
margin: .5em 0;
}
.entry-header .entry-meta {
margin-bottom: .5em;
}
.entry-footer .entry-meta {
margin-top: .5em;
}
.entry-sticky {
border-left: 4px solid var(--color-border);

2
style.min.css vendored

File diff suppressed because one or more lines are too long