remove some parent theme styles breaking image sizes
This commit is contained in:
parent
3624d12ca8
commit
398feed814
1 changed files with 0 additions and 12 deletions
|
@ -4055,18 +4055,6 @@ body.page .main-navigation {
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
|
||||
max-width: calc(8 * (100vw / 12) - 28px);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1168px) {
|
||||
.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
|
||||
max-width: calc(6 * (100vw / 12) - 28px);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.entry .entry-content .wp-block-image .aligncenter {
|
||||
max-width: calc(8 * (100vw / 12) - 28px);
|
||||
|
|
Loading…
Reference in a new issue