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:
parent
7d6308c3c7
commit
128975e7ce
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue