Difference between revisions of "Template:Transient extended infobox"

no edit summary
Line 410: Line 410:
     border-spacing: 0px;
     border-spacing: 0px;
     margin: 30px;
     margin: 30px;
    float: right;
}
}


@media only screen and (max-width: 900px) {
@media only screen and (max-width: 1100px) {
     div.transient-infobox {
     div.transient-infobox {
         width: 700px;
         width: 700px;
        float: unset;
     }
     }
}
}