@@ -188,7 +188,7 @@ $config-button: (
* Cover
*/
$config-cover: (
- "height": 80vh,
+ "height": #{15 * map-deep-get($config-global, "spacing", "vertical")},
);
/**
@@ -218,6 +218,14 @@ a {
h6 {
font-size: #{map-deep-get($config-global, "font", "size", "md")};
}
+
+ @include media(mobile) {
+ min-height: 60vh;
+ }
+ @include media(laptop) {
+ min-height: 80vh;
@@ -65,4 +65,12 @@
@@ -328,7 +328,7 @@ object {
.wp-block-cover,
.wp-block-cover-image {
background-color: #111111;
- min-height: 80vh;
+ min-height: 480px;
/* Treating H2 separately to account for legacy /core styles */
@@ -890,3 +890,17 @@ table th,
.wp-block-cover-image h6 {
font-size: 1.2rem;
+@media only screen and (min-width: 560px) {
+ .wp-block-cover,
+ .wp-block-cover-image {
+}
+@media only screen and (min-width: 782px) {
@@ -1213,7 +1213,7 @@ input.has-focus[type="submit"],
margin: inherit;
@@ -3575,6 +3575,20 @@ p:not(.site-title) a:hover {
* Widgets
@@ -3591,6 +3591,20 @@ p:not(.site-title) a:hover {