Difference between revisions of "MediaWiki:Common.css"

From Miners Settlement - Game Wiki
Jump to: navigation, search
Line 4: Line 4:
 
max-width:100%;
 
max-width:100%;
 
height:auto;
 
height:auto;
}
 
 
.res-img div{
 
    width: 10px;
 
 
}
 
}

Revision as of 16:14, 27 December 2021

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

.res-img img {
	max-width:100%;
	height:auto;
}