From c2f3275795843114c44531c80e96160235be7819 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Tue, 7 May 2024 15:52:23 +1200 Subject: [PATCH] Fix the vertical alignment of the Table of Contents on the CLI archive --- .../themes/wporg-developer-2023/src/style/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-developer-2023/src/style/style.scss b/source/wp-content/themes/wporg-developer-2023/src/style/style.scss index 726b9674d..aedee7ef0 100644 --- a/source/wp-content/themes/wporg-developer-2023/src/style/style.scss +++ b/source/wp-content/themes/wporg-developer-2023/src/style/style.scss @@ -3,7 +3,8 @@ * templates or theme.json settings. */ -body.handbook-landing-page { +body.handbook-landing-page, +body.post-type-archive-command { --wp--custom--wporg-sidebar-container--spacing--margin--top: 100px; }