/* Narrow site layout (for mobile) */

@media only screen and (max-width: 800px)
{
	#root {
		width: 100%;
	}
	
	h1 {
		font-size: 2em;
	}
}