Template:Listing Container/Styles.css: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 35: Line 35:


.zw-listing__perrow-3 {
.zw-listing__perrow-3 {
max-width: 31rem;
max-width: 32rem;
}
}



Latest revision as of 00:45, 9 May 2024

/* [[Category:Template Styles]] */
* {    
 box-sizing: border-box;
}

.zw-listing__container {
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
}

.zw-listing__header {
	text-align: center;
	width: auto;
}

.zw-listing__item {
	border: 2px solid #426787;
	flex: 1 1 auto;
	margin-right: 1.295rem;
	margin-bottom: 1.295rem;
}

.zw-listing__item-gallery {
	padding-left: .71875rem;
}

.zw-listing__perrow-1 {
	max-width: 11rem;
}

.zw-listing__perrow-2 {
	max-width: 25rem;
}

.zw-listing__perrow-3 {
	max-width: 32rem;
}

.zw-listing__perrow-4 {
	max-width: 42rem;
}