|
@@ -1507,6 +1507,15 @@ textarea {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
+.wpnbha.image-alignleft .entry-wrapper,
|
|
|
+.wpnbha.image-alignright .entry-wrapper,
|
|
|
+.wpnbha.image-alignleft .post-has-image .post-thumbnail,
|
|
|
+.wpnbha.image-alignright .post-has-image .post-thumbnail,
|
|
|
+.wpnbha.image-alignleft .post-has-image .entry-wrapper,
|
|
|
+.wpnbha.image-alignright .post-has-image .entry-wrapper {
|
|
|
+ min-width: 25%;
|
|
|
+}
|
|
|
+
|
|
|
.entry-header {
|
|
|
padding: 36px 0;
|
|
|
text-align: center;
|
|
@@ -2446,6 +2455,15 @@ object {
|
|
|
font-size: 1.8rem;
|
|
|
}
|
|
|
|
|
|
+ .wpnbha.image-alignleft .entry-wrapper,
|
|
|
+ .wpnbha.image-alignright .entry-wrapper,
|
|
|
+ .wpnbha.image-alignleft .post-has-image .post-thumbnail,
|
|
|
+ .wpnbha.image-alignright .post-has-image .post-thumbnail,
|
|
|
+ .wpnbha.image-alignleft .post-has-image .entry-wrapper,
|
|
|
+ .wpnbha.image-alignright .post-has-image .entry-wrapper {
|
|
|
+ min-width: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
#infinite-handle span,
|
|
|
.infinite-loader {
|
|
|
height: 180px;
|