Alves: Recompile styles with fix for wide/full align widths on mobile.

This commit is contained in:
Allan Cole 2019-08-27 10:23:25 -04:00
parent 63b5ed02c4
commit 5a1c682099
2 changed files with 8 additions and 4 deletions

View file

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

View file

@ -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 {
width: calc(100% + 256px);
max-width: calc(100% - 32px);
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
@ -3296,6 +3296,7 @@ img#wpstats {
margin-left: -16px;
margin-right: -16px;
width: calc(100% + 32px);
max-width: calc(100% + 32px);
/* Letting the box-model do most of the work here. */
}
@ -3304,6 +3305,7 @@ img#wpstats {
margin-left: inherit;
margin-right: inherit;
width: inherit;
max-width: inherit;
}
}