/*
Theme Name: Pricom - Child
Theme URI: https://harutheme.com/pricom
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of Pricom
Template: pricom
Version: 1.0.0
*/

/*---------------------------------
  确保 logo 在手机端显示
-----------------------------------*/
.haru-logo-wrapper img {
    display: block !important;
    max-width: 100%;
    height: auto;
}
/* 修复手机端 logo 显示 */
@media (max-width: 768px) {
    .haru-logo__retina {
        display: block !important;
        width: auto;
        height: auto;
    }
}
