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 1bbca7fb..ff67e332 100644 --- a/source/wp-content/themes/wporg-main-2022/patterns/home.php +++ b/source/wp-content/themes/wporg-main-2022/patterns/home.php @@ -136,8 +136,8 @@ - -
+ +
<?php _e( 'Spotify logo', '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 fb4c81ab..e3f2b6dc 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 @@ -108,6 +108,19 @@ body.home .wp-block-wporg-link-wrapper { } } +.wporg-home-showcase-logos { + + @media (max-width: 599px) { + display: grid !important; + grid-template-columns: 1fr 1fr; + + > .wp-block-image { + display: flex; + justify-content: center; + } + } +} + /** * Add a background behind the Editor section's cover block, for browsers that don't support webp. */