Arcaea中文维基:沙盒/styles.css:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第22行: 第22行:
margin-bottom: 2em;
margin-bottom: 2em;
background-color: #f8f9fa;
background-color: #f8f9fa;
width: 100% !important;
width: 100%;
max-width: 100% !important;
max-width: 100% !important;
border-spacing: 3px;
border-spacing: 3px;
第31行: 第31行:
@media all and ( min-width: 720px ) {
@media all and ( min-width: 720px ) {
#box {
#box {
width:100px;
width: min-content;
}
}
}
}