Skip to content

Commit 7536165

Browse files
committed
Remove unnecessary newline and fix indentation in entry-footer styles
1 parent 1fd87f8 commit 7536165

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

themes/PaperMod/assets/css/common/post-entry.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.main .post-entry:first-of-type {
32
margin-top: var(--gap);
43
}
@@ -40,6 +39,9 @@
4039
.entry-footer {
4140
color: var(--secondary);
4241
font-size: 13px;
42+
span {
43+
margin-right: 1em;
44+
}
4345
}
4446

4547
.entry-link {

0 commit comments

Comments
 (0)