/* Shrink the site title so it fits on one line on small screens */
.logo__title {
	font-size: 1.4rem;
	white-space: nowrap;
}

@media screen and (max-width: 620px) {
	.logo__title {
		font-size: 1.15rem;
	}
}
