Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
.mp-frame {
 +
  width:32%;
 +
}
 +
 +
@media only screen and (max-width: 720px) {
 +
  .mp-frame {
 +
    width:49%;
 +
  }
 +
}
 +
@media only screen and (max-width: 480px) {
 +
  .mp-frame {
 +
    width:99%;
 +
  }
 +
}
 +
    
/* Infobox template style */
 
/* Infobox template style */

Navigation menu