🐞 fix: Adjust contact block corner radius
This commit is contained in:
@@ -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 );
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user