From 083e315d555cf83894066152591c9f2d0df8fe35 Mon Sep 17 00:00:00 2001 From: Adam Wood Date: Wed, 25 Jan 2023 14:28:38 +1300 Subject: [PATCH] Simplify intro layout --- .../themes/wporg-main-2022/patterns/about.php | 12 ++---------- .../themes/wporg-main-2022/src/style/style.scss | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) 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; }