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.
Built from https://develop.svn.wordpress.org/trunk@51808


git-svn-id: http://core.svn.wordpress.org/trunk@51415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-09-14 10:19:01 +00:00
parent 7d6308c3c7
commit 128975e7ce
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51807';
$wp_version = '5.9-alpha-51808';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.