/* Only for [[不到100万再生不会停止当P主哦]] */

.plate {
    display: flex;
/*  flex-direction: row; */
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1290px) {
    .plate {
        flex-direction: column
    }
    
    .plate p {
    	text-align: center;
    }
}


/* [[Category:在主名字空间下的CSS页面]] */