Difference between revisions of "MediaWiki:Common.css"

From Bacterial Takeover
Jump to: navigation, search
Line 7: Line 7:
 
           width:40%;
 
           width:40%;
 
           float: left;
 
           float: left;
 +
          padding-left:50px;
 
     }
 
     }
 
}
 
}

Revision as of 15:23, 8 December 2017

/* CSS placed here will be applied to all skins */

@media only screen and (min-width: 900px) {
    .wrap_big { float: left;}
    .padding_left_big { padding-left: 150px;}
    .two_columns {
          width:40%;
          float: left;
          padding-left:50px;
    }
}