|
@@ -23,7 +23,7 @@ $admin-bar: 46px;
|
|
|
.wp-block-spacer {
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.wp-block-post-featured-image {
|
|
|
order: -1;
|
|
|
height: 100vh;
|
|
@@ -53,6 +53,9 @@ $admin-bar: 46px;
|
|
|
.post-header {
|
|
|
padding-top: 150px !important;
|
|
|
}
|
|
|
+ .wp-block-post-featured-image {
|
|
|
+ margin-top: -150px !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.site-header{
|