diff --git a/source/wp-content/themes/wporg-main-2022/patterns/about.php b/source/wp-content/themes/wporg-main-2022/patterns/about.php index 0e8bba01..df3b4419 100644 --- a/source/wp-content/themes/wporg-main-2022/patterns/about.php +++ b/source/wp-content/themes/wporg-main-2022/patterns/about.php @@ -16,17 +16,9 @@

democratizepublishing', 'wporg' ); ?>

- -
-
- - - -
-

the freedom to build. the freedom to change. the freedom to share.', 'wporg' ); ?>

+ +

the freedom to build. the freedom to change. the freedom to share.', '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 7ad9fe9f..a4f01ce8 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 @@ -256,7 +256,7 @@ html[dir="rtl"] :where([style*="border-right-color"]) { display: block; } - .wporg-about-cover-intro > * { + .wporg-about-cover-intro { display: grid; grid-template-rows: 1fr 1fr 1fr; }