Make WordPress Core

Ticket #52028: 52028.2.diff

File 52028.2.diff, 696 bytes (added by pratiweb, 3 years ago)

Increase H5 font size to 18px for all content.

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

    diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css
    index 04b0c5d33c..1423437994 100644
    a b p > video { 
    33743374        }
    33753375
    33763376        .entry-content h5,
    3377         .entry-content h6,
    33783377        .entry-summary h5,
    3379         .entry-summary h6,
    33803378        .page-content h5,
     3379        .comment-content h5
     3380        {
     3381                font-size: 18px;
     3382                font-size: 1.7rem;
     3383                line-height: 1.2353;
     3384                margin-top: 3.2941em;
     3385                margin-bottom: 1.6471em;
     3386        }
     3387       
     3388        .entry-content h6,
     3389        .entry-summary h6,
    33813390        .page-content h6,
    3382         .comment-content h5,
    33833391        .comment-content h6 {
    33843392                font-size: 17px;
    33853393                font-size: 1.7rem;