Ticket #56138: 56138.patch
File 56138.patch, 937 bytes (added by , 2 years ago) |
---|
-
wp-content/themes/twentynineteen/sass/modules/_alignments.scss
15 15 float: right; 16 16 /*rtl:ignore*/ 17 17 margin-left: $size__spacing-unit; 18 text-align: right; 19 width: 100%; 18 20 21 19 22 @include media(tablet) { 20 23 /*rtl:ignore*/ 21 24 margin-left: calc(2 * #{$size__spacing-unit}); -
wp-content/themes/twentynineteen/style.css
3674 3674 float: right; 3675 3675 /*rtl:ignore*/ 3676 3676 margin-left: 1rem; 3677 text-align: right; 3678 width: 100%; 3677 3679 } 3678 3680 3679 3681 @media only screen and (min-width: 768px) {