Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Alt List Entry/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
Line 17: Line 17:
}
}


.template-alt_list_entry-labels th {
.template-alt_list_entry-labels td {
width: 25%;
width: 25%;
font-family: var(--font-family-serif);
font-family: var(--font-family-serif);

Revision as of 01:22, January 21, 2025

.template-alt_list_entry {
	margin: var(--space-xxl) 0;
	padding: var(--space-sm);
	overflow-x: scroll;
}

.template-alt_list_entry-main {
	display: grid;
	gap: var(--space-sm);
	grid-template-columns: 175px 1fr;
}

.template-alt_list_entry-main-image,
.template-alt_list_entry-main-description {
	align-content: center;
	text-align: center;
}

.template-alt_list_entry-labels td {
	width: 25%;
	font-family: var(--font-family-serif);
	font-size: var(--font-size-x-large);
}