Make WordPress Core

Changeset 46762 for trunk


Ignore:
Timestamp:
11/23/2019 02:52:13 PM (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.
Fixes #48619.

Location:
trunk/src/wp-content/themes/twentytwenty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r46722 r46762  
    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
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r46722 r46762  
    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.