/*
Theme Name: generatepressChild
Template:   generatepress
Author: 主机resellerclub-用户名 erlvshi@163.com 密码wa...03大小写-数字-！符号
*/



/* We must first include the original css from the parent theme */
@import url("generatepress/style.css");


/* 首页按钮大小设置 */
 .button, .wp-block-button .wp-block-button__link {
    padding: 0px 12px!important;
    display: inline-block;
	 font-size: 14px!important;
}	
 
/* 首页按钮文字大小手机平板电脑响应设置 */
@media (max-width: 768px) {
.button, .wp-block-button .wp-block-button__link {
	 font-size: 16px!important;
}

 

 
 