Template:Library card mini/style.css: Difference between revisions

Template page
(Created page with ".library-card-mini img{ height:20px; width:20px; border-radius:10px; overflow:hidden; }")
 
No edit summary
Line 2: Line 2:
height:20px;
height:20px;
width:20px;
width:20px;
border-radius:10px;
border-radius:3px;
overflow:hidden;
overflow:hidden;
}
}

Revision as of 14:19, 19 July 2023

.library-card-mini img{
	height:20px;
	width:20px;
	border-radius:3px;
	overflow:hidden;
	
}