MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 352: Line 352:
     justify-content: space-between;
     justify-content: space-between;
   }
   }
}
@media screen and (max-width: 768px) {
    .infobox {
        float: none !important;
        width: 100% !important;
        margin: 0 0 1em 0 !important;
    }
}
}