|
@@ -1975,10 +1975,6 @@ table th,
|
|
|
/**
|
|
|
* .aligndefault
|
|
|
*/
|
|
|
-.entry-content [class*="inner-container"] {
|
|
|
- max-width: inherit;
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* .alignwide
|
|
|
*/
|
|
@@ -3161,8 +3157,8 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
- width: calc(100% + 256px);
|
|
|
- max-width: calc(100% - 32px);
|
|
|
+ width: 100%;
|
|
|
+ max-width: 100%;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
}
|
|
@@ -3248,6 +3244,7 @@ img#wpstats {
|
|
|
margin-right: -16px;
|
|
|
margin-left: -16px;
|
|
|
width: calc(100% + 32px);
|
|
|
+ max-width: calc(100% + 32px);
|
|
|
/* Letting the box-model do most of the work here. */
|
|
|
}
|
|
|
|
|
@@ -3256,6 +3253,7 @@ img#wpstats {
|
|
|
margin-right: inherit;
|
|
|
margin-left: inherit;
|
|
|
width: inherit;
|
|
|
+ max-width: inherit;
|
|
|
}
|
|
|
}
|
|
|
|