remove some parent theme styles breaking image sizes

This commit is contained in:
Evan Mullins 2024-02-08 18:00:27 -05:00
parent 3624d12ca8
commit 398feed814

View file

@ -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);