Sophisticated Business: Fix Image Block alignment
This commit is contained in:
parent
c111a6eaa3
commit
6dd193f709
3 changed files with 0 additions and 11 deletions
|
@ -524,7 +524,6 @@
|
|||
@include postContentMaxWidth();
|
||||
|
||||
@include media(tablet) {
|
||||
margin: 0;
|
||||
width: $size__site-tablet-content;
|
||||
|
||||
img {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue