9 lines
186 B
CSS
9 lines
186 B
CSS
.wp-block-image img {
|
|
box-sizing: border-box;
|
|
height: auto;
|
|
max-width: 100%;
|
|
vertical-align: bottom
|
|
}
|
|
.wp-block-image.has-custom-border img {
|
|
box-sizing: border-box
|
|
} |