.App {
	margin: 1rem;
	max-width: rem(900);

	@media (min-width: $layout-m) {
		margin: 2rem;
	}
}
