Changeset 45897
- Timestamp:
- 08/26/2019 07:00:46 PM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r45761 r45897 789 789 790 790 // Ensure images do not expand beyond the column. 791 .wp-block-image > img:not(.alignwide):not(.alignfull) { 791 .wp-block-image > img:not(.alignwide):not(.alignfull), 792 .wp-block-image > figure { 792 793 793 794 @include media(tablet) { -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r45896 r45897 6093 6093 6094 6094 @media only screen and (min-width: 768px) { 6095 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull) { 6095 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull), 6096 .entry .entry-content .wp-block-columns .wp-block-image > figure { 6096 6097 max-width: 100%; 6097 6098 } … … 6099 6100 6100 6101 @media only screen and (min-width: 1168px) { 6101 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull) { 6102 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull), 6103 .entry .entry-content .wp-block-columns .wp-block-image > figure { 6102 6104 max-width: 100%; 6103 6105 } -
trunk/src/wp-content/themes/twentynineteen/style.css
r45773 r45897 6105 6105 6106 6106 @media only screen and (min-width: 768px) { 6107 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull) { 6107 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull), 6108 .entry .entry-content .wp-block-columns .wp-block-image > figure { 6108 6109 max-width: 100%; 6109 6110 } … … 6111 6112 6112 6113 @media only screen and (min-width: 1168px) { 6113 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull) { 6114 .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull), 6115 .entry .entry-content .wp-block-columns .wp-block-image > figure { 6114 6116 max-width: 100%; 6115 6117 }
Note: See TracChangeset
for help on using the changeset viewer.