MediaWiki:Common.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
fixing mobile display width of infoboxes
imported>Hb1290 No edit summary  | 
				imported>Hb1290   (fixing mobile display width of infoboxes)  | 
				||
| Line 995: | Line 995: | ||
	background-color: #c5fcdc;  | 	background-color: #c5fcdc;  | ||
}  | }  | ||
@media screen and (max-width:720px) {  | |||
 .portable-infobox {  | |||
  float:none;  | |||
  width:100%;  | |||
  font-size:initial;  | |||
  margin:0  | |||
 }  | |||