|
@@ -694,12 +694,22 @@ textarea:focus {
|
|
|
.post-header .wp-block-spacer {
|
|
|
display: none;
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 479px) {
|
|
|
+ .post-header .wp-block-post-featured-image {
|
|
|
+ order: -1;
|
|
|
+ height: 100vh;
|
|
|
+ }
|
|
|
+ .post-header .wp-block-post-featured-image img {
|
|
|
+ -o-object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
.single.admin-bar .post-header {
|
|
|
min-height: calc( 100vh - 46px);
|
|
|
}
|
|
|
+ .single.admin-bar .wp-block-post-featured-image {
|
|
|
+ height: calc( 100vh - 46px);
|
|
|
+ }
|
|
|
.single.admin-bar .site-header {
|
|
|
top: 46px;
|
|
|
}
|