Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Knowledge Base Consoles/styles.css

Template page
.container {
	display: block;
	text-align: center;
	row-gap: 500px
}

.image img {
	max-width: 200px;
	height: auto;
}

@media screen and (min-width: 851px) {
	.container {
		display: grid;
		grid-auto-columns: minmax(0, 1fr);
		row-gap: 0px
	}
	
	.image {
		grid-row: 1;
		display: block;
		justify-content: center;
		padding: 0px;
		margin: 0px;
	}
	.title { 
		grid-row: 2; 
	}
}