Make WordPress Core

Ticket #48979: 48979.diff

File 48979.diff, 1.1 KB (added by audrasjb, 5 years ago)

48979.diff: Twenty Twenty: add margins to paginated links

  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index 6114563e30..c76290537f 100644
    a b h2.entry-title { 
    25942594        font-size: 0.9em;
    25952595        font-weight: 600;
    25962596        line-height: 1;
    2597         margin-top: 3em;
    2598         padding: 0 0.25em;
     2597        margin: 3em auto 0 auto;
     2598        width: calc(100% - 4rem);
     2599        max-width: 58rem;
     2600        padding: 0;
     2601}
     2602
     2603.post-nav-links > span.label {
     2604        padding: 1em 0;
    25992605}
    26002606
    26012607.post-nav-links > * {
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 4e887a35cd..8a54af65b5 100644
    a b h2.entry-title { 
    26102610        font-size: 0.9em;
    26112611        font-weight: 600;
    26122612        line-height: 1;
    2613         margin-top: 3em;
    2614         padding: 0 0.25em;
     2613        margin: 3em auto 0 auto;
     2614        width: calc(100% - 4rem);
     2615        max-width: 58rem;
     2616        padding: 0;
     2617}
     2618
     2619.post-nav-links > span.label {
     2620        padding: 1em 0;
    26152621}
    26162622
    26172623.post-nav-links > * {