Difference between revisions of "MediaWiki:Common.css"

From Miners Settlement - Game Wiki
Jump to: navigation, search
Line 6: Line 6:
 
}
 
}
  
.res-img{
+
.res-img div{
     max-width: 10px;
+
     width: 10px;
 
}
 
}

Revision as of 16:08, 27 December 2021

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

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

.res-img div{
    width: 10px;
}