diff --git a/source/wp-content/themes/wporg-main-2022/patterns/home.php b/source/wp-content/themes/wporg-main-2022/patterns/home.php index a3c96cff..5f13c118 100644 --- a/source/wp-content/themes/wporg-main-2022/patterns/home.php +++ b/source/wp-content/themes/wporg-main-2022/patterns/home.php @@ -6,23 +6,19 @@ */ ?> - -
-
-
-
-
-

#WP20 Excitement', 'wporg' ); ?>

- + + + -
-
-
- + +
diff --git a/source/wp-content/themes/wporg-main-2022/src/style/style.scss b/source/wp-content/themes/wporg-main-2022/src/style/style.scss index 6503ab98..bb65f716 100644 --- a/source/wp-content/themes/wporg-main-2022/src/style/style.scss +++ b/source/wp-content/themes/wporg-main-2022/src/style/style.scss @@ -52,6 +52,18 @@ html[dir="rtl"] :where([style*="border-right-color"]) { border-left-style: solid; } +// Images in the link banner should not shrink. +body.home .wp-block-wporg-link-wrapper { + + @media (max-width: 499px) { + font-size: 13px; + } + + .is-layout-flex .wp-block-image { + flex-shrink: 0; + } +} + /** * Add a background behind the Editor section's cover block, for browsers that don't support webp. */