Skip to content

Commit

Permalink
add border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Jun 4, 2024
1 parent f9e4191 commit 7656c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions term/patterns/outlined-media-and-text.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<!-- wp:column {"style":{"border":{"width":"2px"}}} -->
<div class="wp-block-column" style="border-width:2px">

<!-- wp:cover {"url":"http://wp-dev.test/wp-content/themes/community/term/assets/images/Joel_Gavins.jpg","dimRatio":0,"minHeight":100,"minHeightUnit":"%","isDark":false} -->
<div class="wp-block-cover is-light" style="min-height:100%"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="http://wp-dev.test/wp-content/themes/community/term/assets/images/Joel_Gavins.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","fontSize":"large"} -->
<!-- wp:cover {"url":"http://wp-dev.test/wp-content/themes/community/term/assets/images/Joel_Gavins.jpg","dimRatio":0,"minHeight":100,"minHeightUnit":"%","isDark":false,"style":{"border":{"radius":"4px"}}} -->
<div class="wp-block-cover is-light" style="border-radius:4px;min-height:100%"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="http://wp-dev.test/wp-content/themes/community/term/assets/images/Joel_Gavins.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","fontSize":"large"} -->
<p class="has-text-align-center has-large-font-size"></p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:cover -->
Expand Down

0 comments on commit 7656c11

Please sign in to comment.