From fb1f3baa50b678d5303d643ead90059cd1a1deaa Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:47:24 +1200 Subject: [PATCH] Revert adjusting Oops! text positioning See https://github.com/WordPress/wporg-parent-2021/issues/155 --- .../wp-content/themes/wporg-parent-2021/sass/page/_404.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss b/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss index d9436005..6b4bed8c 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/page/_404.scss @@ -31,14 +31,14 @@ body.error404 { z-index: -1; position: absolute; top: 22px; - left: -10vw; + left: -4.9vw; font-family: var(--wp--preset--font-family--eb-garamond); font-size: var(--oops-font-size); line-height: var(--oops-font-size); opacity: 0.4; // Make the overlaid text more readable. @include break-small() { - top: calc(var(--oops-font-size) * -0.58); + top: calc(var(--oops-font-size) * -0.25); } } }