/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor.
Author: Les Bras de Marie
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*
 * Add project-specific styles below.
 */
.elementor a {
    color: #DA66C0;
}

@media (max-width: 565px) {
    .elementor-nav-menu--dropdown {
        height: 100vh !important;
    }
}
