Template:Memory card/styles.css

From Love and Deepspace Wiki
.memory-card {
	max-width: 350px;
	background: #efefef;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.4);
}

.memory-card-header {
	max-height: 175px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.memory-card-section__header {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 1em;
	text-align: center;
}

.memory-card-section {
	padding: 0 0 0.75em 0;
	display: grid;
	grid-gap: 0.5em;
	grid-template-columns: repeat(6, 1fr);
}