/*
 * Home finishing adjustments.
 *
 * This file is intentionally small. It only contains cross-section rhythm
 * refinements that do not belong to a single component.
 */

@media (max-width: 689px) {
	.ss-home {
		overflow-x: hidden;
	}

	.ss-home h2 {
		text-wrap: balance;
	}

	.ss-home .ss-button {
		min-height: 50px;
	}
}
