Make WordPress Core

Ticket #56138: 56138.patch

File 56138.patch, 937 bytes (added by varshil151189, 2 years ago)

Patch file for the Frontend side

  • wp-content/themes/twentynineteen/sass/modules/_alignments.scss

     
    1515        float: right;
    1616        /*rtl:ignore*/
    1717        margin-left: $size__spacing-unit;
     18        text-align: right;
     19        width: 100%;
    1820
     21
    1922        @include media(tablet) {
    2023                /*rtl:ignore*/
    2124                margin-left: calc(2 * #{$size__spacing-unit});
  • wp-content/themes/twentynineteen/style.css

     
    36743674  float: right;
    36753675  /*rtl:ignore*/
    36763676  margin-left: 1rem;
     3677  text-align: right;
     3678        width: 100%;
    36773679}
    36783680
    36793681@media only screen and (min-width: 768px) {