Template:Items/gallery.css

From ArchivesWiki
.tpl-items--gallery {
	width: 210px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	display: inline-block;
	margin: 4px;
}
.tpl-items--gallery-title {
	height: 70px;
}
.tpl-items--gallery-image {
	height: 210px;
	width: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tpl-items--gallery-date {
	height: 25px;
}