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
This commit is contained in:
Sergey Biryukov 2021-09-14 10:17:05 +00:00
parent a591d5159d
commit cabe470ae7

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