Difference between revisions of "MediaWiki:Common.css"

From Wiki Knowledge Base | Teltonika GPS
(Created page with "→‎CSS placed here will be applied to all skins: @media screen and (max-width: 800px){ table.main-table{ width: 100% !important; display: table !...")
(No difference)

Revision as of 16:25, 19 March 2018

/* CSS placed here will be applied to all skins */
@media screen and (max-width: 800px){
    table.main-table{
            width: 100% !important;
            display: table !important;
    }
    .main-table td{
        text-align: center;
        display: block;
        margin-top: 10px;
    }
    .main-table td:nth-child(2n){
        margin-bottom: 20px;
    }
}