From df8d22de374b92dbdc5f13308168077db26d87ac Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:51:10 +0900 Subject: [PATCH] Make image horizontally tiling. --- .../wp-content/themes/wporg-showcase-2022/src/style/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss index 7494f29a..8533a6ba 100644 --- a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss +++ b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss @@ -236,7 +236,7 @@ body.page-template-page-submit { &.has-dots-background, &.has-dark-dots-background, &.has-blue-dots-background { - background-position: top center; + background-position: top left; background-repeat: repeat-x; background-size: auto; }