|
@@ -3253,7 +3253,18 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
- /* Letting the box-model do all the work here. */
|
|
|
+ margin-right: -16px;
|
|
|
+ margin-left: -16px;
|
|
|
+ width: calc(100% + 32px);
|
|
|
+ /* Letting the box-model do most of the work here. */
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+ margin-right: inherit;
|
|
|
+ margin-left: inherit;
|
|
|
+ width: inherit;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.entry-content > .alignright {
|