Sophisticated Business: Fix Image Block alignment

This commit is contained in:
Allan Cole 2019-05-10 17:04:06 -04:00
parent c111a6eaa3
commit 6dd193f709
3 changed files with 0 additions and 11 deletions

View file

@ -524,7 +524,6 @@
@include postContentMaxWidth();
@include media(tablet) {
margin: 0;
width: $size__site-tablet-content;
img {

View file

@ -3413,14 +3413,6 @@ body.page .main-navigation {
}
}
@media only screen and (min-width: 768px) {
.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
margin-right: 0;
margin-left: 0;
}
}
/*
* Unset nested content selector styles
* - Prevents layout styles from cascading too deeply
@ -3865,7 +3857,6 @@ body.page .main-navigation {
@media only screen and (min-width: 768px) {
.entry .entry-content .wp-block-image .aligncenter {
margin: 0;
width: calc(8 * (100vw / 12) - 28px);
}
.entry .entry-content .wp-block-image .aligncenter img {

View file

@ -3869,7 +3869,6 @@ body.page .main-navigation {
@media only screen and (min-width: 768px) {
.entry .entry-content .wp-block-image .aligncenter {
margin: 0;
width: calc(8 * (100vw / 12) - 28px);
}
.entry .entry-content .wp-block-image .aligncenter img {