/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
/* Custom Logo CSS for UAVMODEL */
.site-logo-img img {
    max-width: 90px !important;
    max-height: 90px !important;
    width: auto;
    height: auto;
    object-fit: contain;
}
@media (max-width: 768px) {
    .site-logo-img img {
        max-width: 70px !important;
        max-height: 70px !important;
    }
}
