/*
Theme Name: Sitelinkpros Custom theme
Author: Mr.MorningStar
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Tablet */
@media (max-width: 1024px) {
    .e-parent {
        padding: 30px 10px !important;
    }
}

/* Mobile/Phone */
@media (max-width: 767px) {
    .e-parent {
        padding: 20px 10px !important;
    }
}