@charset "utf-8";
/*  
Theme Name: APKHabi
Theme URI: https://apkhabi.com/
Author: APKHabi
Author URI: https://apkhabi.com/
Description: Theme Wordpress for Android applications.
Version: 2.1.0
*/

.dld-btn-apppage{
    padding: 8px 14px !important;   /* smaller height */
    border-radius: 6px;
}

.dld-btn-text {
    font-size: 14px !important;     /* smaller text */
    font-weight: 600;
}
@media (max-width: 768px){
    .dld-btn-apppage{
        padding: 6px 12px !important;
    }
    .dld-btn-text{
        font-size: 13px !important;
    }
}

