From 02608f6f7118e67ee43325d9d3ce6d8f11cb03fe Mon Sep 17 00:00:00 2001 From: Ike Saunders Date: Wed, 27 Sep 2023 19:15:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20topic=20page=20styles=20only=20when?= =?UTF-8?q?=20inside=20topic-page=20container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/gdocs/topic-page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/gdocs/topic-page.scss b/site/gdocs/topic-page.scss index 519cadf3df6..4e5ffa41d05 100644 --- a/site/gdocs/topic-page.scss +++ b/site/gdocs/topic-page.scss @@ -178,7 +178,7 @@ margin-top: 8px; } -.article-block__gray-section { +.centered-article-container--topic-page .article-block__gray-section { > h1 { // Countering the gray-section padding to make this have 32px 16px margin-top: -16px;