Make WordPress Core

Ticket #43628: 40457.patch

File 40457.patch, 456 bytes (added by sabernhardt, 3 years ago)

Makes blog header margin more specific on front page when layout is set to one column

  • src/wp-content/themes/twentyseventeen/style.css

     
    37033703                width: 100%;
    37043704        }
    37053705
    3706         .panel-content .recent-posts .entry-header {
     3706        .twentyseventeen-front-page .panel-content .recent-posts .entry-header {
    37073707                margin-bottom: 1.5em;
    37083708        }
    37093709