|
@@ -3209,8 +3209,8 @@ img#wpstats {
|
|
|
|
|
|
.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead,
|
|
|
#colophon {
|
|
|
- width: calc(100% + 256px);
|
|
|
- max-width: calc(100% - 32px);
|
|
|
+ width: 100%;
|
|
|
+ max-width: 100%;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
}
|
|
@@ -3303,6 +3303,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. */
|
|
|
}
|
|
|
|
|
@@ -3313,6 +3314,7 @@ img#wpstats {
|
|
|
margin-right: inherit;
|
|
|
margin-left: inherit;
|
|
|
width: inherit;
|
|
|
+ max-width: inherit;
|
|
|
}
|
|
|
}
|
|
|
|