@@ -188,7 +188,7 @@ $config-button: (
* Cover
*/
$config-cover: (
- "height": #{15 * map-deep-get($config-global, "spacing", "vertical")},
+ "height": 80vh,
);
/**
@@ -328,7 +328,7 @@ object {
.wp-block-cover,
.wp-block-cover-image {
background-color: #111111;
- min-height: 480px;
+ min-height: 80vh;
/* Treating H2 separately to account for legacy /core styles */
}
@@ -1213,7 +1213,7 @@ input.has-focus[type="submit"],
margin: inherit;