Browse Source

Illustratr: Fix Blog Post Block width

Niels Lange 5 years ago
parent
commit
f251515cbd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      illustratr/style.css

+ 7 - 0
illustratr/style.css

@@ -2549,6 +2549,13 @@ Content
 	display: none;
 }
 
+.is-grid .entry-meta {
+	width: initial;
+}
+.is-grid .entry-meta:before {
+	display: none;
+}
+
 /* More link */
 .more-link-wrapper {
 	margin-bottom: 20px;