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

Template:Main Page consoles/styles.css

Template page
This is the approved revision of this page, as well as being the most recent.
.container {
	display: block;
	text-align: center;
}

#mp-header{
	border: none !important;
	background-color: transparent !important;
}

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

@media screen and (min-width: 851px) {
	.container {
		display: grid;
		grid-auto-columns: minmax(0, 1fr);
	}
	
	.kb { grid-column: 1; }
	.guides { grid-column: 2; }
	
	.kb,
	.guides {
		border-right: 1px solid #a2a9b1;
	}
	
	.header      { grid-row: 1; }
	.image       {
		grid-row: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}