Browse Source

Fix entry meta margins for two columns layout

te2dy 3 years ago
parent
commit
5c5f202e57
2 changed files with 6 additions and 1 deletions
  1. 6 1
      style.css
  2. 0 0
      style.min.css

+ 6 - 1
style.css

@@ -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);

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff