|
@@ -1473,6 +1473,11 @@ figure.entry-thumbnail {
|
|
|
margin: 0 0 1.5em;
|
|
|
}
|
|
|
|
|
|
+/* Hide duplicate image thumbnail with Jetpack Lazy Loading */
|
|
|
+.entry-thumbnail > img.jetpack-lazy-image ~ img.attachment-post-thumbnail {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
/* Entry/post headers */
|
|
|
.entry-format::before {
|
|
|
background: #e6e6e6;
|
|
@@ -2179,6 +2184,7 @@ object {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
12.1 Captions
|
|
|
--------------------------------------------------------------*/
|