Make WordPress Core

Changeset 46767 for branches/5.3


Ignore:
Timestamp:
11/24/2019 10:59:16 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Correctly align the author bio and bottom post meta on single posts on mobile.

Props nielslange, Anlino.
Merges [46762] to the 5.3 branch.
Fixes #48619.

Location:
branches/5.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

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

    r46723 r46767  
    24122412        margin-right: auto;
    24132413        max-width: 58rem;
    2414         width: calc(100% - 4rem);
     2414        width: 100%;
    24152415}
    24162416
     
    25762576        margin-right: auto;
    25772577        max-width: 58rem;
    2578         width: calc(100% - 4rem);
     2578        width: 100%;
    25792579}
    25802580
  • branches/5.3/src/wp-content/themes/twentytwenty/style.css

    r46723 r46767  
    24282428        margin-left: auto;
    24292429        max-width: 58rem;
    2430         width: calc(100% - 4rem);
     2430        width: 100%;
    24312431}
    24322432
     
    25922592        margin-left: auto;
    25932593        max-width: 58rem;
    2594         width: calc(100% - 4rem);
     2594        width: 100%;
    25952595}
    25962596
Note: See TracChangeset for help on using the changeset viewer.