/*
Theme Name:  Themedd - Child Theme
Theme URI:   https://themedd.com
Description: A child theme for Themedd
Author:      Easy Digital Downloads
Author URI:  https://easydigitaldownloads.com
Template:    themedd
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themedd-child
*/

/**
 * Add your custom CSS styling below.
*/

/* Legend Lily mobile intro spacing fix - 2026-06-26 */
@media (max-width: 767px) {
  body.home .ll-home-intro {
    margin-top: 28px !important;
    clear: both;
  }
}
