メニューを切り替える
個人設定メニューを切り替える
個人メニューを切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。
編集の要約なし
Tmyt105 (トーク) による版 6734 を取り消し
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;
    }
}