Refactor in progress

This commit is contained in:
Mike Conrad
2024-07-25 21:40:08 -04:00
parent 4a41e4b60e
commit c4702fd101
3 changed files with 568 additions and 96 deletions

View File

@ -4,6 +4,12 @@
max-width: 100%;
vertical-align: bottom
}
.wp-block-image.has-custom-border img {
box-sizing: border-box
}
}
.wp-block-navigation .wp-block-navigation-item__label {
overflow-wrap: break-word
}
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}