/*
Theme Name:     yunhb子主题
Theme URI:      https: //yunhb.com
Description:    Child theme for the yunhb
Author:         徐爽
Author URI:     https: //yunhb.com
Template:       yunhb
Version:        1.0.1
*/

/*下面是您自己DIY的css样式代码*/
/*微信登录按钮强制放中间*/
.social-only-box a.button {
    grid-column: 2;
}
/*手机端 微信登录按钮上下适配*/
@media screen and (max-width: 768px) {
    .login-box-content .login-social-button-bottom a {
        height: 59px;
    }
}