MediaWiki:Common.css: Difference between revisions

imported>Samueldr
m justified text often breaks in the wiki.
imported>Samueldr
m infobox?
Line 45: Line 45:
p {
p {
     text-align: initial;
     text-align: initial;
}
/* Infobox */
.infobox {
    margin: auto;
    max-width: 272px;
}
@media(max-width:767px){
    .infobox {
float: right;
min-width: 272px;
margin-left: 1rem;
margin-bottom: 1rem;
    }
}
.infobox > table {
    border: 1px solid #ddd;
}
}