不到100万再生不会停止当P主哦/styles.css:修订间差异
跳转到导航
跳转到搜索
小 修复断链 //InPageEdit |
小 导入1个版本:来源于萌娘百科,依CC BY-NC-SA 3.0 CN导入,原贡献者请参见来源页面历史 |
(没有差异)
|
2025年9月14日 (日) 18:23的最新版本
/* 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页面]] */