/*
Theme Name: Digit - Responsive WHMCS Client Area Template
Theme URI: http://www.whmcsdes.com
Description: Custom CSS File
Version: 8.1.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/

/* Logo sizing overrides */
section#header .logo img {
    max-height: 70px;
    width: auto;
}

@media (max-width: 767px) {
    .logo-mob img {
        height: 40px;
        width: auto;
    }
}
