/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www.relanceplus.fr
 Description:  Child Theme for Hello Elementor
 Author:       Adrien
 Author URI:   https://www.relanceplus.fr
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/*force emojis to have no radius when in elementor content*/

.elementor-element img.emoji{
    border-radius: 0;
}