From a1512f8d0053c9c7a2971e6f5000e976e862ba0f Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 13 Dec 2024 12:28:38 -0500 Subject: [PATCH] Styles: Add workaround for horizontal alignment on Data Liberation page See #465 --- .../wp-content/themes/wporg-main-2022/src/style/style.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 e01e2b0f..6e6a71f5 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 @@ -710,11 +710,16 @@ body.page-template-page-6-7 { * Page in progress styles */ -.wporg-page-in-progress { +.wporg-page-in-progress, +.page-template-page-data-liberation { // Override the workaround below. .is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { margin-left: 0 !important; } + + .is-content-justification-right > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { + margin-right: 0 !important; + } } /*