Make WordPress Core

Ticket #52028: 52028.diff

File 52028.diff, 691 bytes (added by akabarikalpesh, 4 years ago)

I added h5's font size is 18px. let me know if any changes.

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

     
    33733373        }
    33743374
    33753375        .entry-content h5,
     3376        .entry-summary h5,
     3377        .page-content h5,
     3378        .comment-content h5 {
     3379                font-size: 18px;
     3380                font-size: 1.7rem;
     3381                line-height: 1.2353;
     3382                margin-top: 3.2941em;
     3383                margin-bottom: 1.6471em;
     3384        }
     3385
    33763386        .entry-content h6,
    3377         .entry-summary h5,
    33783387        .entry-summary h6,
    3379         .page-content h5,
    33803388        .page-content h6,
    3381         .comment-content h5,
    33823389        .comment-content h6 {
    33833390                font-size: 17px;
    33843391                font-size: 1.7rem;