🐞 fix: Adjust contact block corner radius

This commit is contained in:
Keith Solomon
2026-06-20 13:38:30 -05:00
parent 6505b07d80
commit ed1292cba0
+1 -1
View File
@@ -14,7 +14,7 @@ $bg_image = get_field( 'background_image' );
$text = get_field( 'text' );
$button = get_field( 'button_link' );
$classes = 'contact-block rounded-t-2xl pt-5 container';
$classes = 'contact-block rounded-t-3xl pt-5 container';
$wrapper = blockWrapperAttributes( $classes, $is_preview );
?>