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

Template:KB-Consoles/styles.css

Template page
This is the approved revision of this page, as well as being the most recent.
@media screen and (min-width: 851px) {
.container {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
}
	
	.section_a {
		grid-row: 1;
		grid-column: 1;
	}
	.section_b { 
		grid-row: 1;
		grid-column: 2; 
	}
	.section_c { 
		grid-row: 2;
		grid-column: 1; 
	}
	.section_d { 
		grid-row: 2;
		grid-column: 2; 
	}
}