From 28c807b33c6c4a6be2cab7061169f1b09be0a1a7 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:49:19 +0100 Subject: [PATCH] Update _alignfull.scss (#232) Reduce scope of alignfull class, due to use in global footer. See: https://a8c.slack.com/archives/C0393K4ADM3/p1697642953336279?thread_ts=1697614571.486719&cid=C0393K4ADM3 --- themes/wporg-5ftf/css/utilities/_alignfull.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/css/utilities/_alignfull.scss b/themes/wporg-5ftf/css/utilities/_alignfull.scss index 00fe6e2..0621e2e 100644 --- a/themes/wporg-5ftf/css/utilities/_alignfull.scss +++ b/themes/wporg-5ftf/css/utilities/_alignfull.scss @@ -2,7 +2,7 @@ html { overflow-x: hidden; } -.alignfull { +.entry-header .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw;