「利用者:Tmyt105/common.css」の版間の差分
提供: 舞山市ファンWiki
その他の操作
細 test |
細 test |
||
| 1行目: | 1行目: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
.infobox { | .infobox { | ||
width: 100% | width: 100%; | ||
float: none | float: none; | ||
clear: both; | clear: both; | ||
margin: 10px 0 | margin: 10px 0; | ||
display: table; | display: table; | ||
border: none; | |||
} | } | ||
} | } | ||
2026年1月13日 (火) 21:22時点における版
@media screen and (max-width: 720px) {
.infobox {
width: 100%;
float: none;
clear: both;
margin: 10px 0;
display: table;
border: none;
}
}