Cleaned up css rules

This commit is contained in:
Mike Conrad
2024-07-25 21:21:32 -04:00
parent fc0743f571
commit 4a41e4b60e
2 changed files with 12 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,9 @@
.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
}