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