|
@@ -135,7 +135,7 @@ footer > .wp-block-group p {
|
|
|
.post-tags-container .taxonomy-post_tag.wp-block-post-terms {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- gap: calc( var( --wp--style--block-gap, 1em ) * .6);
|
|
|
+ gap: var(--wp--custom--gap--baseline, 1em);
|
|
|
}
|
|
|
|
|
|
.post-tags-container .taxonomy-post_tag.wp-block-post-terms a {
|