「利用者:Tmyt105/common.css」の版間の差分

編集の要約なし
いらんくなった
 
1行目: 1行目:
@media screen and (max-width: 720px) {
    .infobox {
        width: 95% !important;
        margin: 10px auto !important;
        float: none !important;
        display: table !important;
        clear: both;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        background-color: transparent !important;
    }


    .infobox td, .infobox th {
        border: 1px solid var(--border-color, #a2a9b1) !important;
    }
}