メニューを切り替える
個人設定メニューを切り替える
個人メニューを切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。
ページの白紙化
test
1行目: 1行目:
 
@media screen and (max-width: 720px) {
    .infobox {
        width: 100% !important;
        float: none !important;
        clear: both;
        margin: 10px 0 !important;
        display: table;
    }
}

2026年1月13日 (火) 21:19時点における版

@media screen and (max-width: 720px) {
    .infobox {
        width: 100% !important;
        float: none !important;
        clear: both;
        margin: 10px 0 !important;
        display: table;
    }
}