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