From cabe470ae75d6fed4d6b9c8b3f8567b2334d83d9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 14 Sep 2021 10:17:05 +0000 Subject: [PATCH] Twenty Seventeen: Make blog header margin more specific on front page. This avoids a large gap between title and content when the layout is set to one column. Props laurelfulford, sabernhardt, hirofumi2012, jainnidhi, mukesh27. Fixes #43628. git-svn-id: https://develop.svn.wordpress.org/trunk@51808 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index b6007aed24..b3621b79e3 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -3822,7 +3822,7 @@ p > object:only-child { width: 100%; } - .panel-content .recent-posts .entry-header { + .twentyseventeen-front-page .panel-content .recent-posts .entry-header { margin-bottom: 1.5em; }