移动端首页图标与签名显示不全;白猫特效文字超出屏幕宽度问题

修改style.css在 @media (max-width:860px)中加入如下样式

.center-text {
        /*移动端文字大小*/
        font-size: 40px;
    }
	
	.focusinfo h1{
		font-size: 3rem;
	}
 
    .focusinfo .header-info {
        /*移动端首页一句话*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #0a0a0a;
		   background: rgba(10,10,10,0.34);
    }
 
    .focusinfo .header-info .top-social_v2 {
        /*移动端社交图标*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0px;
    }
 
    #centerbg {
        /*移动端背景全屏*/
        height: 100vh;
    }

世间山河广,祝你得偿所愿!