Make WordPress Core

Ticket #52028: 52028.1.diff

File 52028.1.diff, 2.4 KB (added by afrid1719, 4 years ago)

I have increased the font-size for H5 by 1px for all devices having screen size greater than or equal to 740px.

  • 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.8rem;
     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;
     
    39473954        }
    39483955
    39493956        .entry-content h5,
     3957        .entry-summary h5,
     3958        .page-content h5,
     3959        .comment-content h5 {
     3960                font-size: 20px;
     3961                font-size: 2rem;
     3962                line-height: 1.2632;
     3963                margin-top: 3.3684em;
     3964                margin-bottom: 1.6842em;
     3965        }
     3966
    39503967        .entry-content h6,
    3951         .entry-summary h5,
    39523968        .entry-summary h6,
    3953         .page-content h5,
    39543969        .page-content h6,
    3955         .comment-content h5,
    39563970        .comment-content h6 {
    39573971                font-size: 19px;
    39583972                font-size: 1.9rem;
     
    46204634        }
    46214635
    46224636        .entry-content h5,
     4637        .entry-summary h5,
     4638        .page-content h5,
     4639        .comment-content h5 {
     4640                font-size: 16px;
     4641                font-size: 1.6rem;
     4642                line-height: 1.2;
     4643                margin-top: 3.2em;
     4644                margin-bottom: 1.6em;
     4645        }
     4646
    46234647        .entry-content h6,
    4624         .entry-summary h5,
    46254648        .entry-summary h6,
    4626         .page-content h5,
    46274649        .page-content h6,
    4628         .comment-content h5,
    46294650        .comment-content h6 {
    46304651                font-size: 15px;
    46314652                font-size: 1.5rem;
     
    52035224        }
    52045225
    52055226        .entry-content h5,
     5227        .entry-summary h5,
     5228        .page-content h5,
     5229        .comment-content h5 {
     5230                font-size: 18px;
     5231                font-size: 1.8rem;
     5232                line-height: 1.2353;
     5233                margin-top: 3.2941em;
     5234                margin-bottom: 1.6471em;
     5235        }
     5236
    52065237        .entry-content h6,
    5207         .entry-summary h5,
    52085238        .entry-summary h6,
    5209         .page-content h5,
    52105239        .page-content h6,
    5211         .comment-content h5,
    52125240        .comment-content h6 {
    52135241                font-size: 17px;
    52145242                font-size: 1.7rem;
     
    57585786        }
    57595787
    57605788        .entry-content h5,
     5789        .entry-summary h5,
     5790        .page-content h5,
     5791        .comment-content h5 {
     5792                font-size: 20px;
     5793                font-size: 2rem;
     5794                line-height: 1.2632;
     5795                margin-top: 3.3684em;
     5796                margin-bottom: 1.6842em;
     5797        }
     5798
    57615799        .entry-content h6,
    5762         .entry-summary h5,
    57635800        .entry-summary h6,
    5764         .page-content h5,
    57655801        .page-content h6,
    5766         .comment-content h5,
    57675802        .comment-content h6 {
    57685803                font-size: 19px;
    57695804                font-size: 1.9rem;