|
@@ -1981,10 +1981,6 @@ table th,
|
|
|
/**
|
|
|
* .aligndefault
|
|
|
*/
|
|
|
-.entry-content [class*="inner-container"] {
|
|
|
- max-width: inherit;
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* .alignwide
|
|
|
*/
|
|
@@ -3170,7 +3166,7 @@ img#wpstats {
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
max-width: 100%;
|
|
|
- /* Matches normal width until laptop breakpoint */
|
|
|
+ /* Matches normal width until desktop breakpoint */
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -3187,8 +3183,7 @@ img#wpstats {
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
- width: calc(calc( 782px - 32px) + 256px);
|
|
|
- max-width: calc(100% - 32px);
|
|
|
+ max-width: calc( 782px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|