Changeset 49851
- Timestamp:
- 12/21/2020 01:25:07 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r49824 r49851 5867 5867 max-width: 100% !important; 5868 5868 } 5869 @media only screen and (min-width: 482px) {5870 5871 .entry-content > iframe[style] {5872 max-width: 30px !important;5873 }5874 }5875 5869 5876 5870 .entry-footer { -
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss
r49574 r49851 54 54 margin: var(--global--spacing-vertical) 0 !important; 55 55 max-width: 100% !important; 56 57 @include media(mobile) {58 max-width: var(--global--spacing-vertical) !important;59 }60 56 } 61 57 -
branches/5.6/src/wp-content/themes/twentytwentyone/style-rtl.css
r49818 r49851 4136 4136 max-width: 100% !important; 4137 4137 } 4138 @media only screen and (min-width: 482px) {4139 4140 .entry-content > iframe[style] {4141 max-width: var(--global--spacing-vertical) !important;4142 }4143 }4144 4138 4145 4139 .entry-footer { -
branches/5.6/src/wp-content/themes/twentytwentyone/style.css
r49818 r49851 4156 4156 max-width: 100% !important; 4157 4157 } 4158 @media only screen and (min-width: 482px) {4159 4160 .entry-content > iframe[style] {4161 max-width: var(--global--spacing-vertical) !important;4162 }4163 }4164 4158 4165 4159 .entry-footer {
Note: See TracChangeset
for help on using the changeset viewer.